mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-21 15:44:37 +00:00
oops oops oops
This commit is contained in:
parent
fd19d8417c
commit
58fe304118
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue