Skip to content

Commit

Permalink
Disable DSClient to fix 'Disappearing Chooser problem
Browse files Browse the repository at this point in the history
  • Loading branch information
chauser committed Sep 5, 2023
1 parent c6e7af7 commit 6068a32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class Robot {
static {
NetworkTable.setClientMode();
NetworkTable.setNetworkIdentity(identity);
NetworkTable.setDSClientEnabled(false);
NetworkTable.initialize();
}

Expand Down

0 comments on commit 6068a32

Please sign in to comment.