Update BcastLoginMessageCMD.java

This commit is contained in:
Deauthorized
2024-05-02 17:24:49 -04:00
committed by GitHub
parent 7d94717de5
commit 5040c76dc6

View File

@@ -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
{