Fixed not Tableflip. Probably.
This commit is contained in:
parent
1897412d0b
commit
c8bb3a4ec7
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue