mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 17:28:14 +07:00
Server delta cap
This commit is contained in:
parent
d280ca8ac8
commit
c6b1dd44f9
@ -148,7 +148,7 @@ public class ServerControl implements ApplicationListener{
|
||||
return useColors ? addColors(text) : removeColors(text);
|
||||
};
|
||||
|
||||
Time.setDeltaProvider(() -> Core.graphics.getDeltaTime() * 60f);
|
||||
Time.setDeltaProvider(() -> Math.min(Core.graphics.getDeltaTime() * 60f, 10f));
|
||||
|
||||
registerCommands();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user