This commit is contained in:
2024-01-10 19:28:44 -06:00
parent ad67365856
commit 09aa337524

View File

@@ -111,7 +111,7 @@ public class TFMExtras extends PlexModule
public void disable() public void disable()
{ {
// Unregistering listeners / commands is handled by Plex // Unregistering listeners / commands is handled by Plex
if (slimeWorldHook.plugin() != null) if (swmEnabled())
{ {
slimeWorldHook.onDisable(this); slimeWorldHook.onDisable(this);
} }