Merge branch 'master' into do-you-hear-the-voices-too

This commit is contained in:
Mythril382
2024-07-06 12:12:51 +08:00
committed by GitHub
62 changed files with 493 additions and 278 deletions

View File

@@ -1923,7 +1923,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