Minor Fungal Pass tweaks

This commit is contained in:
Anuken 2020-12-07 16:27:25 -05:00
parent c2b03a3fdc
commit b5abc23c9d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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("/");