mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
Update LStatements.java
This commit is contained in:
parent
9f40e8ca5e
commit
7a42cffa6d
1 changed files with 1 additions and 1 deletions
|
|
@ -1922,7 +1922,7 @@ public class LStatements{
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue