mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-17 21:06:11 +00:00
Update Command_gtfo.java
This commit is contained in:
parent
381c06e818
commit
a697acbdea
@ -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());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user