Compare commits

...

3 Commits

Author SHA1 Message Date
coldsore bff6776f26 turning on protocol debugging since I can't figure out dev commands 2025-06-27 02:13:07 -05:00
MagicBot 3649c629b7 Revert "DamageType defined as in JSON"
This reverts commit 1c31070fc8.
2024-04-01 12:04:12 -04:00
MagicBot 1c31070fc8 DamageType defined as in JSON 2024-04-01 12:01:59 -04:00
+1 -1
View File
@@ -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;