diff --git a/src/com/redstoner/modules/chat/Chat.cmd b/src/com/redstoner/modules/chat/Chat.cmd index 1e6bc13..72f0437 100644 --- a/src/com/redstoner/modules/chat/Chat.cmd +++ b/src/com/redstoner/modules/chat/Chat.cmd @@ -28,7 +28,7 @@ command shrug { } [empty] { perm utils.shrug; - run shrug; + run shrugnoarg; help Just the shrug emoticon.; } } diff --git a/src/com/redstoner/modules/chat/Chat.java b/src/com/redstoner/modules/chat/Chat.java index c4af751..cfbf13e 100644 --- a/src/com/redstoner/modules/chat/Chat.java +++ b/src/com/redstoner/modules/chat/Chat.java @@ -24,7 +24,7 @@ import net.nemez.chatapi.ChatAPI; @Commands(CommandHolderType.File) @AutoRegisterListener -@Version(major = 4, minor = 0, revision = 5, compatible = 4) +@Version(major = 4, minor = 0, revision = 6, compatible = 4) public class Chat implements Module, Listener {