add comment
This commit is contained in:
parent
12e3b2b84a
commit
20fdae0a09
@ -927,6 +927,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
|
||||
{
|
||||
GameTeam team = _game.GetTeam(event.getPlayer());
|
||||
|
||||
// Color their name if they are on a team
|
||||
if (team != null) {
|
||||
UtilServer.broadcast(F.sys("Quit", team.GetColor() + event.getPlayer().getName()));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user