mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 11:20:39 -07:00
Less snapshots per second
This commit is contained in:
parent
6f6f418ec9
commit
986b4276e1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ import static io.anuke.mindustry.Vars.*;
|
|||
|
||||
public class NetServer implements ApplicationListener{
|
||||
public final static int maxSnapshotSize = 430;
|
||||
private final static float serverSyncTime = 4, kickDuration = 30 * 1000;
|
||||
private final static float serverSyncTime = 30, kickDuration = 30 * 1000;
|
||||
private final static Vector2 vector = new Vector2();
|
||||
private final static Rectangle viewport = new Rectangle();
|
||||
private final static Array<Entity> returnArray = new Array<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue