Skip to content

Commit

Permalink
Update Controllers.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Apr 6, 2024
1 parent c618621 commit d64716f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ private static ArrayList<Controller> getControllersFromDisk() {
}

public static ObservableList<Controller> getControllers() {
if (controllers.isEmpty()) controllers.add(DEFAULT_CONTROLLER);
return controllers;
}

Expand Down

0 comments on commit d64716f

Please sign in to comment.