Fix code style

This commit is contained in:
dordsor21 2023-12-21 13:43:14 +00:00
parent 3dc4410a1e
commit fe2cfd9b89
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -427,7 +427,7 @@ public class EventDispatcher {
return true; return true;
} }
} }
return player.hasPermission(Permission.PERMISSION_ADMIN_INTERACT_OTHER,false); return player.hasPermission(Permission.PERMISSION_ADMIN_INTERACT_OTHER, false);
} }
case SPAWN_MOB -> { case SPAWN_MOB -> {
if (plot == null) { if (plot == null) {
@ -446,7 +446,7 @@ public class EventDispatcher {
return true; return true;
} }
} }
if (player.hasPermission(Permission.PERMISSION_ADMIN_INTERACT_OTHER,false)) { if (player.hasPermission(Permission.PERMISSION_ADMIN_INTERACT_OTHER, false)) {
return true; return true;
} }
if (notifyPerms) { if (notifyPerms) {
@ -481,7 +481,7 @@ public class EventDispatcher {
return true; return true;
} }
} }
if (player.hasPermission(Permission.PERMISSION_ADMIN_INTERACT_OTHER,false)) { if (player.hasPermission(Permission.PERMISSION_ADMIN_INTERACT_OTHER, false)) {
return true; return true;
} }
if (notifyPerms) { if (notifyPerms) {