add comment

This commit is contained in:
ArcticZeroo 2017-10-23 10:30:02 -04:00 committed by Alexander Meech
parent 12e3b2b84a
commit 20fdae0a09
1 changed files with 1 additions and 0 deletions

View File

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