diff --git a/TheButtonAutoFlair.jar b/TheButtonAutoFlair.jar index 5ccee61..da6b388 100644 Binary files a/TheButtonAutoFlair.jar and b/TheButtonAutoFlair.jar differ diff --git a/src/io/github/norbipeti/thebuttonmc/Commands.java b/src/io/github/norbipeti/thebuttonmc/Commands.java index a73b3d6..3003b18 100644 --- a/src/io/github/norbipeti/thebuttonmc/Commands.java +++ b/src/io/github/norbipeti/thebuttonmc/Commands.java @@ -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; }