From ace8287259286b7d5544ad1297b7453907048e37 Mon Sep 17 00:00:00 2001 From: Pepich Date: Wed, 1 Feb 2017 21:21:38 +0100 Subject: [PATCH] Fixed documentation --- src/com/redstoner/modules/chatgroups/Chatgroups.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/redstoner/modules/chatgroups/Chatgroups.java b/src/com/redstoner/modules/chatgroups/Chatgroups.java index e739b08..9609863 100644 --- a/src/com/redstoner/modules/chatgroups/Chatgroups.java +++ b/src/com/redstoner/modules/chatgroups/Chatgroups.java @@ -26,7 +26,7 @@ import com.redstoner.modules.Module; * * @author Pepich */ @AutoRegisterListener -@Version(major = 1, minor = 1, revision = 9, compatible = 1) +@Version(major = 1, minor = 1, revision = 10, compatible = 1) public class Chatgroups implements Module, Listener { private static final char defaultKey = ':'; @@ -171,7 +171,7 @@ public class Chatgroups implements Module, Listener /** Sets the cgkey of a Player. * * @param sender the issuer of the command. - * @param key the key to be set. Set to NULL or "" to go back to the default. + * @param key the key to be set. Set to NULL or "" to get your current key. * @return true. */ @SuppressWarnings("unchecked") @Command(hook = "setcgkey")