mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 22:03:53 +00:00
omg maga tease
Signed-off-by: Robinson Gallego <robinson.leal7@gmail.com>
This commit is contained in:
@ -69,7 +69,7 @@ public class ItemFun extends FreedomService
|
||||
if (!plugin.al.isSeniorAdmin(player))
|
||||
{
|
||||
final StringBuilder msg = new StringBuilder();
|
||||
final char[] chars = ("You are a clown.").toCharArray();
|
||||
final char[] chars = ("That's clownery, luv").toCharArray();
|
||||
for (char c : chars)
|
||||
{
|
||||
msg.append(FUtil.randomChatColor()).append(c);
|
||||
|
Reference in New Issue
Block a user