mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-28 02:54:17 +00:00
fix merge conflict for hopefully the last time
This commit is contained in:
parent
50d969975c
commit
c5b356e45a
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue