mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-03 23:17:48 +01:00
Send time packet on login
This commit is contained in:
parent
e17ce94241
commit
4f05887f32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user