fix reload command

This commit is contained in:
zimzaza4
2024-12-22 12:06:05 +08:00
parent edb962faf3
commit 593621077f
4 changed files with 37 additions and 33 deletions

View File

@@ -149,8 +149,8 @@ public class EntityTask {
sendScale(Collections.singleton(player), true);
sendColor(Collections.singleton(player), true);
updateEntityProperties(Collections.singleton(player), true);
}, 1000, TimeUnit.MILLISECONDS);
}, 100, TimeUnit.MILLISECONDS);
}, 500, TimeUnit.MILLISECONDS);
}, delay * 50L, TimeUnit.MILLISECONDS);
}
public void sendScale(Collection<Player> players, boolean firstSend) {