1
0
forked from Clones/Controlify

explosion rumble

This commit is contained in:
isXander
2023-04-05 16:36:41 +01:00
parent cf3e67fff4
commit 4da33b8eca
8 changed files with 79 additions and 4 deletions

View File

@ -67,7 +67,7 @@ public interface Controller<S extends ControllerState, C extends ControllerConfi
}
static void remove(Controller<?, ?> controller) {
CONTROLLERS.remove(controller.uid());
CONTROLLERS.remove(controller.uid(), controller);
controller.close();
}