Update FUtil.java

This commit is contained in:
Elmon11 2021-01-03 19:18:14 +01:00 committed by GitHub
parent a3cccc7ac0
commit 7afa80c89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();