mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-23 13:09:27 +07:00
Minor Fungal Pass tweaks
This commit is contained in:
parent
c2b03a3fdc
commit
b5abc23c9d
Binary file not shown.
@ -41,7 +41,7 @@ public class NetServer implements ApplicationListener{
|
||||
private static final Vec2 vector = new Vec2();
|
||||
private static final Rect viewport = new Rect();
|
||||
/** If a player goes away of their server-side coordinates by this distance, they get teleported back. */
|
||||
private static final float correctDist = tilesize * 8f;
|
||||
private static final float correctDist = tilesize * 12f;
|
||||
|
||||
public final Administration admins = new Administration();
|
||||
public final CommandHandler clientCommands = new CommandHandler("/");
|
||||
|
Loading…
Reference in New Issue
Block a user