mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-06 00:08:10 +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);
|
return useColors ? addColors(text) : removeColors(text);
|
||||||
};
|
};
|
||||||
|
|
||||||
Time.setDeltaProvider(() -> Core.graphics.getDeltaTime() * 60f);
|
Time.setDeltaProvider(() -> Math.min(Core.graphics.getDeltaTime() * 60f, 10f));
|
||||||
|
|
||||||
registerCommands();
|
registerCommands();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user