oops oops oops

This commit is contained in:
Taah 2024-05-06 12:40:29 -07:00
parent fd19d8417c
commit 58fe304118

View File

@ -135,9 +135,9 @@ public class BanCMD extends PlexCommand
{ {
return PlexUtils.getPlayerNameList(); return PlexUtils.getPlayerNameList();
} }
if (args.length != 1 && silentCheckPermission(sender, this.getPermission())) if (args.length > 1 && silentCheckPermission(sender, this.getPermission()))
{ {
return Collections.singletonList("-nrb"); return Collections.singletonList("-rb");
} }
return Collections.emptyList(); return Collections.emptyList();
} }