mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Merge pull request #2900 from spjspj/master
Refactor color restriction in edh...
This commit is contained in:
commit
82841c16c6
1 changed files with 2 additions and 2 deletions
|
@ -333,9 +333,9 @@ public class TableController {
|
|||
}
|
||||
if (restrictedColor) {
|
||||
String message = new StringBuilder("Your deck contains ")
|
||||
.append(restrictedColor)
|
||||
.append(badColor)
|
||||
.append(". The creator of the table has requested no ")
|
||||
.append(restrictedColor)
|
||||
.append(badColor)
|
||||
.append(" cards to be on the table!").toString();
|
||||
user.showUserMessage("Join Table", message);
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue