Format code [skip actions]

This commit is contained in:
github-actions 2023-05-11 04:52:00 +00:00
parent 5e3acab116
commit 77e048b36b

View File

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