Removed _void parameter in documentation
This commit is contained in:
parent
5136bc64ec
commit
73de0bb5b2
@ -26,7 +26,7 @@ import com.redstoner.modules.Module;
|
|||||||
*
|
*
|
||||||
* @author Pepich */
|
* @author Pepich */
|
||||||
@AutoRegisterListener
|
@AutoRegisterListener
|
||||||
@Version(major = 1, minor = 1, revision = 7, compatible = 1)
|
@Version(major = 1, minor = 1, revision = 8, compatible = 1)
|
||||||
public class Chatgroups implements Module, Listener
|
public class Chatgroups implements Module, Listener
|
||||||
{
|
{
|
||||||
private static final char defaultKey = ':';
|
private static final char defaultKey = ':';
|
||||||
@ -196,7 +196,6 @@ public class Chatgroups implements Module, Listener
|
|||||||
/** Let's a Player toggle their auto-cg status to allow for automatically sending chat messages to their chatgroup.
|
/** Let's a Player toggle their auto-cg status to allow for automatically sending chat messages to their chatgroup.
|
||||||
*
|
*
|
||||||
* @param sender the issuer of the command.
|
* @param sender the issuer of the command.
|
||||||
* @param _void ignored.
|
|
||||||
* @return true. */
|
* @return true. */
|
||||||
@Command(hook = "cgtoggle")
|
@Command(hook = "cgtoggle")
|
||||||
public boolean cgToggleCommand(CommandSender sender)
|
public boolean cgToggleCommand(CommandSender sender)
|
||||||
|
Reference in New Issue
Block a user