Send time packet on login

This commit is contained in:
TheMode 2021-04-15 21:03:21 +02:00
parent e17ce94241
commit 4f05887f32

View File

@ -869,6 +869,7 @@ public abstract class Instance implements BlockModifier, Tickable, EventHandler,
if (isPlayer) {
final Player player = (Player) entity;
getWorldBorder().init(player);
player.getPlayerConnection().sendPacket(createTimePacket());
}
// Send all visible entities