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:
@@ -125,6 +125,10 @@ public abstract class Reforge implements Listener, Watcher {
|
||||
);
|
||||
}
|
||||
|
||||
if (!this.isEnabled()) {
|
||||
Reforges.removeReforge(this);
|
||||
}
|
||||
|
||||
postUpdate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user