Skip to content

Commit 1220998

Browse files
authored
Merge pull request #3416 from Multiverse/chore/logging
Add a logging message when plugin shutdown
2 parents 86e2112 + e078c5e commit 1220998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/mvplugins/multiverse/core/MultiverseCore.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public void onDisable() {
126126
MultiverseCoreApi.shutdown();
127127
shutdownDependencyInjection();
128128
PluginServiceLocatorFactory.get().shutdown();
129+
Logging.info("- Disabled");
129130
Logging.shutdown();
130131
}
131132

0 commit comments

Comments
 (0)