Fix updating of showTable value

This commit is contained in:
2025-08-23 21:13:15 +02:00
parent 2233c91d8c
commit b29e9a813b
4 changed files with 61 additions and 26 deletions

View File

@@ -89,7 +89,7 @@ public abstract class BaseMatch {
}
public Integer getShowTable() {
return this.koMatch;
return this.showTable;
}
public void setShowTable(boolean showTable) {