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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ public class Command_gtfo extends FreedomCommand
.append(ip);
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());