mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-26 05:44:28 +00:00
Update KickCMD.java
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user