Minor Fungal Pass tweaks
This commit is contained in:
@@ -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("/");
|
||||
|
||||
Reference in New Issue
Block a user