Renamed class to not conflict with the java.lang version.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
package engine.server;
|
||||
|
||||
import engine.Enum;
|
||||
import engine.math.Vector3fImmutable;
|
||||
import engine.mbEnums;
|
||||
|
||||
public class MBServerStatics {
|
||||
|
||||
@@ -383,7 +383,7 @@ public class MBServerStatics {
|
||||
public static float PLAYER_HATE_DELIMITER = 50; // reduces 50 hate a second
|
||||
public static float PLAYER_COMBAT_HATE_MODIFIER = 2;
|
||||
// DO NOT FINAL THESE FIELD!
|
||||
public static Enum.AccountStatus accessLevel; // Min account level to login to server
|
||||
public static mbEnums.AccountStatus accessLevel; // Min account level to login to server
|
||||
public static boolean blockLogin = false;
|
||||
public static boolean ENABLE_VAULT_FILL = false;
|
||||
public static boolean ENABLE_MOB_LOOT = true;
|
||||
|
||||
Reference in New Issue
Block a user