mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-18 23:32:08 -08:00
Removed lag simulation
This commit is contained in:
parent
9c90f59c25
commit
c8069dfee7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import java.io.StringWriter;
|
|||
import static io.anuke.mindustry.Vars.headless;
|
||||
|
||||
public class KryoRegistrator {
|
||||
public static boolean fakeLag = true;
|
||||
public static boolean fakeLag = false;
|
||||
public static final int fakeLagMax = 1000;
|
||||
public static final int fakeLagMin = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue