From f8fb06420d67fef89ab99ad51e8db51326b22330 Mon Sep 17 00:00:00 2001 From: Pepich Date: Mon, 12 Mar 2018 04:59:41 +0100 Subject: [PATCH] Fixed /shrug --- src/com/redstoner/modules/chat/Chat.cmd | 2 +- src/com/redstoner/modules/chat/Chat.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {