mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-12 23:03:33 +00:00
Update KickCMD.java
This commit is contained in:
parent
bc163aa51a
commit
5a7a2c1835
@ -38,7 +38,7 @@ public class KickCMD extends PlexCommand
|
||||
}
|
||||
|
||||
PlexPlayer plexPlayer = DataUtils.getPlayer(args[0]);
|
||||
String reason = "No reason provided";
|
||||
String reason = messageString("noReasonProvided");
|
||||
|
||||
if (plexPlayer == null)
|
||||
{
|
||||
@ -74,4 +74,4 @@ public class KickCMD extends PlexCommand
|
||||
{
|
||||
return args.length == 1 && silentCheckPermission(sender, this.getPermission()) ? PlexUtils.getPlayerNameList() : ImmutableList.of();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user