Skip to content

Commit

Permalink
Update LStatements.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Jun 17, 2024
1 parent 9f40e8c commit 7a42cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/logic/LStatements.java
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ public void build(Table table){
table.add(" on ");
fields(table, channel, str -> channel = str);
table.add(", reliable ");
fields(table, channel, str -> channel = str);
fields(table, reliable, str -> reliable = str);
}

@Override
Expand Down

0 comments on commit 7a42cff

Please sign in to comment.