This commit is contained in:
Anuken
2024-05-26 09:31:40 -04:00
parent 617d5581e0
commit f1f17965bc
5 changed files with 10 additions and 7 deletions

View File

@@ -148,7 +148,7 @@ public class ServerControl implements ApplicationListener{
return useColors ? addColors(text) : removeColors(text);
};
Time.setDeltaProvider(() -> Math.min(Core.graphics.getDeltaTime() * 60f, 10f));
Time.setDeltaProvider(() -> Math.min(Core.graphics.getDeltaTime() * 60f, maxDeltaServer));
registerCommands();