forked from MagicBane/Server
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bff6776f26 |
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user