Update Command_gtfo.java

This commit is contained in:
Lemon
2017-11-27 12:11:02 +05:00
committed by GitHub
parent 381c06e818
commit a697acbdea

View File

@@ -95,7 +95,7 @@ public class Command_gtfo extends FreedomCommand
.append(ip); .append(ip);
if (reason != null) if (reason != null)
{ {
bcast.append(" - Reason: ").append(ChatColor.YELLOW).append(FUtil.StrictColorize(reason)); bcast.append(" - Reason: ").append(ChatColor.YELLOW).append(FUtil.colorize(reason));
} }
FUtil.bcastMsg(bcast.toString()); FUtil.bcastMsg(bcast.toString());