Skip to content

Commit

Permalink
Change config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Apr 10, 2021
1 parent 4cd12f6 commit 6b46ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uorocketry/basestation/Window.java
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public Window(Main main) {
}

try {
JSONArray array = main.config.getJSONArray("states");
JSONArray array = main.config.getJSONArray("stateEvents");

if (array.length() > 0) {
stateSendingPanel = new JPanel();
Expand Down

0 comments on commit 6b46ca5

Please sign in to comment.