Fixed Tableflip. Probably.

This commit is contained in:
Norbi Peti 2016-04-28 21:13:16 +02:00
parent b13c62147a
commit 1897412d0b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -275,7 +275,7 @@ public class Commands implements CommandExecutor {
return true; return true;
} }
case "tableflip": { case "tableflip": {
String msg = "(в•ЇВ°в–ЎВ°пј‰в•Їпёµ в”»в”?в”»"; String msg = "(╯°□°)╯︵ ┻━┻";
if (args.length > 0) { if (args.length > 0) {
msg = args[0] + " " + msg; msg = args[0] + " " + msg;
} }
@ -283,7 +283,7 @@ public class Commands implements CommandExecutor {
return true; return true;
} }
case "unflip": { case "unflip": {
String msg = "┬─┬ г?Ћ( г‚њ-г‚њг?Ћ)"; String msg = "┬─┬ ( ゜-゜ノ)";
if (args.length > 0) { if (args.length > 0) {
msg = args[0] + "" + msg; msg = args[0] + "" + msg;
} }