mine zerg tracker

This commit is contained in:
2025-03-04 19:37:54 -06:00
parent 76b75f0a37
commit c8ae48ae60
4 changed files with 108 additions and 0 deletions
+1
View File
@@ -379,6 +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 final Long THREE_MINUTES = 180000L;
public static boolean DEBUG_PROTOCOL = false;
public static int SPATIAL_HASH_BUCKETSX = 16384;
public static int SPATIAL_HASH_BUCKETSY = 12288;