mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-28 19:14:15 +00:00
Update KickCMD.java
This commit is contained in:
parent
bc163aa51a
commit
5a7a2c1835
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue