Skip to content

Commit

Permalink
disable modules as well
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Jun 3, 2024
1 parent 333c58a commit 912bba4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public void onEnable() {

@Override
public void onDisable() {
PluginModule.modules.forEach(PluginModule::disable);
isGlowVariantCompatible = false;
if (metrics != null)
metrics.shutdown();
Expand Down

0 comments on commit 912bba4

Please sign in to comment.