File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/com/mairwunnx/projectessentials/home Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class EntryPoint : EssBase() {
2323
2424 init {
2525 modInstance = this
26- modVersion = " 1.14.4-1.1.0 "
26+ modVersion = " 1.14.4-1.1.1 "
2727 logBaseInfo()
2828 validateForgeVersion()
2929 MinecraftForge .EVENT_BUS .register(this )
@@ -75,7 +75,7 @@ class EntryPoint : EssBase() {
7575 var cooldownsInstalled: Boolean = false
7676 var permissionsInstalled: Boolean = false
7777
78- fun hasPermission (player : ServerPlayerEntity , node : String , opLevel : Int = 2 ): Boolean =
78+ fun hasPermission (player : ServerPlayerEntity , node : String , opLevel : Int = 0 ): Boolean =
7979 if (permissionsInstalled) {
8080 PermissionsAPI .hasPermission(player.name.string, node)
8181 } else {
You can’t perform that action at this time.
0 commit comments