Skip to content

Commit

Permalink
fixed wrong username in programab
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Aug 30, 2023
1 parent d5a1569 commit 0ecdc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/myrobotlab/service/ProgramAB.java
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ public ProgramABConfig apply(ProgramABConfig c) {
}

if (c.currentBotName != null) {
setCurrentUserName(c.currentBotName);
setCurrentBotName(c.currentBotName);
}

if (c.startTopic != null) {
Expand Down

0 comments on commit 0ecdc68

Please sign in to comment.