mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-25 23:07:50 +00:00
Fix missing player tick function
This commit is contained in:
parent
d3925e8c6e
commit
9d75c25085
@ -188,8 +188,12 @@ public final class GameServer extends KcpServer {
|
||||
|
||||
world.onTick();
|
||||
}
|
||||
|
||||
for (Player player : this.getPlayers().values()) {
|
||||
player.onTick();
|
||||
}
|
||||
|
||||
ServerTickEvent event = new ServerTickEvent(); event.call();
|
||||
ServerTickEvent event = new ServerTickEvent(); event.call();
|
||||
}
|
||||
|
||||
public void registerWorld(World world) {
|
||||
|
Loading…
Reference in New Issue
Block a user