Fully fix fairy clock (#2146)

* Fix scene transition

* fully fix fairy clock
This commit is contained in:
scooterboo
2023-05-10 21:49:21 -07:00
committed by GitHub
parent c78f9f2801
commit 5e3acab116
2 changed files with 2 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ public class PacketPlayerGameTimeNotify extends BasePacket {
PlayerGameTimeNotify proto =
PlayerGameTimeNotify.newBuilder()
.setGameTime(player.getWorld().getGameTime())
.setGameTime((int)player.getWorld().getTotalGameTimeMinutes())
.setUid(player.getUid())
.build();