Compare commits

..

1 Commits

  1. 2
      src/engine/server/MBServerStatics.java

2
src/engine/server/MBServerStatics.java

@ -379,7 +379,7 @@ public class MBServerStatics { @@ -379,7 +379,7 @@ public class MBServerStatics {
// Mine related
public static final int MINE_EARLY_WINDOW = 16; // 4pm
public static final int MINE_LATE_WINDOW = 0; // Midnight
public static boolean DEBUG_PROTOCOL = false;
public static boolean DEBUG_PROTOCOL = true;
public static int SPATIAL_HASH_BUCKETSX = 16384;
public static int SPATIAL_HASH_BUCKETSY = 12288;
public static float MAX_PLAYER_X_LOC = 129999;

Loading…
Cancel
Save