Fix updating of showTable value
This commit is contained in:
@@ -89,7 +89,7 @@ public abstract class BaseMatch {
|
||||
}
|
||||
|
||||
public Integer getShowTable() {
|
||||
return this.koMatch;
|
||||
return this.showTable;
|
||||
}
|
||||
|
||||
public void setShowTable(boolean showTable) {
|
||||
|
||||
Reference in New Issue
Block a user