refactor: use time updates from the server for second tick

This commit is contained in:
ChomeNS
2025-04-26 11:11:33 +07:00
parent 896b75c40f
commit 76b7df54e2
6 changed files with 35 additions and 18 deletions

View File

@@ -91,7 +91,7 @@ public class CommandHandlerPlugin implements Listener {
}
@Override
public void onSecondTick () {
public void onLocalSecondTick () {
commandPerSecond = 0;
}