This commit is contained in:
Samuel Pizette
2022-12-09 12:10:39 -05:00
parent a87f675269
commit 4b8efdc79f

View File

@@ -72,7 +72,7 @@ public abstract class PluginCommand implements PluginCommandBase {
@Override
public void unregister() {
delegate.register();
delegate.unregister();
}
@Override