omg maga tease

Signed-off-by: Robinson Gallego <robinson.leal7@gmail.com>
This commit is contained in:
Robinson Gallego
2019-07-28 02:04:16 -04:00
parent bcb466a95c
commit 521825024e
46 changed files with 48 additions and 54 deletions

View File

@ -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);