Fixed not Tableflip. Probably.

This commit is contained in:
Norbi Peti 2016-04-28 21:17:48 +02:00
parent 1897412d0b
commit c8bb3a4ec7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -283,7 +283,7 @@ public class Commands implements CommandExecutor {
return true;
}
case "unflip": {
String msg = "┬─┬ ( ゜-゜ノ)";
String msg = "┬─┬ ( ゜-゜ノ)";
if (args.length > 0) {
msg = args[0] + "" + msg;
}