mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Merge fix
This commit is contained in:
parent
fef37cdc73
commit
1f83927eb1
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@
|
||||||
case 6:{
|
case 6:{
|
||||||
if (tables[arg0].getGames().isEmpty()) {
|
if (tables[arg0].getGames().isEmpty()) {
|
||||||
return "NO GAMES";
|
return "NO GAMES";
|
||||||
} else if (tables[arg0].getGames().size() == 0) {
|
} else if (tables[arg0].getGames().size() == 1) {
|
||||||
return tables[arg0].getGames().get(0).toString();
|
return tables[arg0].getGames().get(0).toString();
|
||||||
} else {
|
} else {
|
||||||
return String.format("%d games:", tables[arg0].getGames().size())
|
return String.format("%d games:", tables[arg0].getGames().size())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue