mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-03 13:06:42 +00:00
Many changes for TFM 5.0
Refractoring Reworked /saconfig Reworked part of the command system Removed unused config sections Refractored part of the config Fixed bugs with admin list Actually allow CONSOLE to have senior perms
This commit is contained in:
@ -23,7 +23,7 @@ public class MainConfig
|
||||
|
||||
static
|
||||
{
|
||||
ENTRY_MAP = new EnumMap<ConfigEntry, Object>(ConfigEntry.class);
|
||||
ENTRY_MAP = new EnumMap<>(ConfigEntry.class);
|
||||
|
||||
TFM_Defaults tempDefaults = null;
|
||||
try
|
||||
|
Reference in New Issue
Block a user