9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-27 19:09:15 +00:00

Fixed reforge disabling not working

This commit is contained in:
Auxilor
2021-08-22 12:36:44 +01:00
parent 0fe0e01581
commit 08cf49a32d

View File

@@ -125,6 +125,10 @@ public abstract class Reforge implements Listener, Watcher {
);
}
if (!this.isEnabled()) {
Reforges.removeReforge(this);
}
postUpdate();
}