Browse Source

turning on protocol debugging since I can't figure out dev commands

playground
Zachary Carter 5 days ago
parent
commit
bff6776f26
  1. 2
      src/engine/server/MBServerStatics.java

2
src/engine/server/MBServerStatics.java

@ -379,7 +379,7 @@ public class MBServerStatics {
// Mine related // Mine related
public static final int MINE_EARLY_WINDOW = 16; // 4pm public static final int MINE_EARLY_WINDOW = 16; // 4pm
public static final int MINE_LATE_WINDOW = 0; // Midnight 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_BUCKETSX = 16384;
public static int SPATIAL_HASH_BUCKETSY = 12288; public static int SPATIAL_HASH_BUCKETSY = 12288;
public static float MAX_PLAYER_X_LOC = 129999; public static float MAX_PLAYER_X_LOC = 129999;

Loading…
Cancel
Save