Update LStatements.java

This commit is contained in:
Anuken 2024-06-17 07:40:30 -04:00 committed by GitHub
parent 9f40e8ca5e
commit 7a42cffa6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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