1
0
forked from Clones/Controlify

store current controller in config

This commit is contained in:
isXander
2023-02-17 02:02:42 +00:00
parent 7e53fac611
commit 23c048f401
5 changed files with 60 additions and 14 deletions

View File

@ -68,7 +68,7 @@ public interface Controller<S extends ControllerState, C extends ControllerConfi
@Override
public String uid() {
return "DUMMY";
return "NONE";
}
@Override