Renamed class to not conflict with the java.lang version.
This commit is contained in:
@@ -12,7 +12,7 @@ package engine.gameManager;
|
||||
is loaded from environment variables.
|
||||
*/
|
||||
|
||||
import engine.Enum;
|
||||
import engine.mbEnums;
|
||||
import engine.server.login.LoginServer;
|
||||
import engine.server.world.WorldServer;
|
||||
import org.pmw.tinylog.Logger;
|
||||
@@ -106,7 +106,7 @@ public enum ConfigManager {
|
||||
|
||||
public static final String DEFAULT_DATA_DIR = "mb.data/";
|
||||
public static Map<String, String> configMap = new HashMap(System.getenv());
|
||||
public static Enum.ServerType serverType = Enum.ServerType.NONE;
|
||||
public static mbEnums.ServerType serverType = mbEnums.ServerType.NONE;
|
||||
public static WorldServer worldServer;
|
||||
public static LoginServer loginServer;
|
||||
public static Map<ConfigManager, Pattern> regex = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user