Update FUtil.java

This commit is contained in:
Elmon11
2021-01-03 19:18:14 +01:00
committed by GitHub
parent a3cccc7ac0
commit 7afa80c89f

View File

@@ -149,6 +149,7 @@ public class FUtil
return DEVELOPERS.contains(player.getName()); return DEVELOPERS.contains(player.getName());
} }
} }
public static boolean inDeveloperMode() public static boolean inDeveloperMode()
{ {
return ConfigEntry.DEVELOPER_MODE.getBoolean(); return ConfigEntry.DEVELOPER_MODE.getBoolean();