Refactor color restriction in edh...

This commit is contained in:
spjspj 2017-03-01 09:11:29 +11:00
parent faee8fb298
commit 4681232d18

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;