Skip to content

Commit c6917cb

Browse files
committed
Properly shutdown logger on plugin disable
1 parent e5f9e95 commit c6917cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/mvplugins/multiverse/signportals/MultiverseSignPortals.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public void onEnable() {
4343
public void onDisable() {
4444
shutdownDependencyInjection();
4545
Logging.info("- Disabled");
46+
Logging.shutdown();
4647
}
4748

4849
public String getVersionInfo() {

0 commit comments

Comments
 (0)