Merge pull request #2900 from spjspj/master

Refactor color restriction in edh...
This commit is contained in:
spjspj 2017-03-01 09:12:23 +11:00 committed by GitHub
commit 82841c16c6

View file

@ -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;