We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d25d6 commit cd77a58Copy full SHA for cd77a58
AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/misc/JoinLeaveMessages.java
@@ -34,11 +34,6 @@ public void enable() {
34
plugin.getServer().getPluginManager().registerEvents(this, plugin);
35
}
36
37
- @Override
38
- public boolean shouldEnable() {
39
- return config.getBoolean(configPath + ".enable", true);
40
- }
41
-
42
@Override
43
public void disable() {
44
HandlerList.unregisterAll(this);
0 commit comments