0

Removed onEnable and/or onDisable

This commit is contained in:
minenash
2017-03-02 18:36:08 -05:00
parent a0940ba9e4
commit f766925bde
19 changed files with 20 additions and 167 deletions

View File

@@ -24,7 +24,7 @@ import com.redstoner.modules.Module;
*
* @author Pepich */
@AutoRegisterListener
@Version(major = 2, minor = 0, revision = 0, compatible = 2)
@Version(major = 2, minor = 0, revision = 1, compatible = 2)
public class Adminchat implements Module, Listener
{
private static final char defaultKey = ',';
@@ -45,10 +45,6 @@ public class Adminchat implements Module, Listener
return true;
}
@Override
public void onDisable()
{}
// @noformat
@Override
public String getCommandString()