mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 00:57:37 +00:00
Update BcastLoginMessageCMD.java
This commit is contained in:
parent
7d94717de5
commit
5040c76dc6
@ -41,7 +41,7 @@ public class BcastLoginMessageCMD extends PlexCommand
|
||||
if (!loginMessage.isEmpty())
|
||||
{
|
||||
PlexUtils.broadcast(PlexUtils.stringToComponent(loginMessage));
|
||||
PlexUtils.broadcast(mmString("<yellow>" + plexPlayer.getName() + " joined the game"));
|
||||
PlexUtils.broadcast(messageComponent("loginMessage", plexPlayer.getName()));
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -56,4 +56,4 @@ public class BcastLoginMessageCMD extends PlexCommand
|
||||
{
|
||||
return args.length == 1 && silentCheckPermission(sender, this.getPermission()) ? PlexUtils.getPlayerNameList() : ImmutableList.of();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user