mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-02-04 02:57:41 +00:00
Compare commits
1 Commits
12f9d669b4
...
v2.0.7+f02
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0274ff4d4 |
@@ -80,7 +80,9 @@ public final class OriginBlacklist {
|
||||
|
||||
public final void shutdown() {
|
||||
this.plugin.log(EnumLogLevel.INFO, "Shutting down...");
|
||||
OriginBlacklistRequestHandler.unRegister(this);
|
||||
if (this.isBlacklistAPIEnabled()) {
|
||||
OriginBlacklistRequestHandler.unRegister(this);
|
||||
}
|
||||
this.plugin.shutdown();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user