mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-05 15:58:14 +07:00
Server delta cap
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user