Update LStatements.java

This commit is contained in:
Anuken
2024-06-17 07:40:30 -04:00
committed by GitHub
parent 9f40e8ca5e
commit 7a42cffa6d

View File

@@ -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