mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17: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())
|
if (!loginMessage.isEmpty())
|
||||||
{
|
{
|
||||||
PlexUtils.broadcast(PlexUtils.stringToComponent(loginMessage));
|
PlexUtils.broadcast(PlexUtils.stringToComponent(loginMessage));
|
||||||
PlexUtils.broadcast(mmString("<yellow>" + plexPlayer.getName() + " joined the game"));
|
PlexUtils.broadcast(messageComponent("loginMessage", plexPlayer.getName()));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user