mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 08:57:45 +07:00
Update LStatements.java
This commit is contained in:
parent
9f40e8ca5e
commit
7a42cffa6d
@ -1922,7 +1922,7 @@ public class LStatements{
|
|||||||
table.add(" on ");
|
table.add(" on ");
|
||||||
fields(table, channel, str -> channel = str);
|
fields(table, channel, str -> channel = str);
|
||||||
table.add(", reliable ");
|
table.add(", reliable ");
|
||||||
fields(table, channel, str -> channel = str);
|
fields(table, reliable, str -> reliable = str);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user