Skip to content

Commit

Permalink
Change run command to station less
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich authored Apr 17, 2023
1 parent 9fa4801 commit dffd0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
sendMsgNext = false
editor[b.id].setValue(b.value)
}
else if (subject == 'run' && Edrys.role == 'station') {
else if (subject == 'run') { // station-less editor && Edrys.role == 'station') {

body = ""

Expand Down Expand Up @@ -308,4 +308,4 @@
</style>
</body>

</html>
</html>

0 comments on commit dffd0ac

Please sign in to comment.