mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 09:07:37 +00:00
oops oops oops
This commit is contained in:
parent
fd19d8417c
commit
58fe304118
@ -135,9 +135,9 @@ public class BanCMD extends PlexCommand
|
||||
{
|
||||
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user