This commit is contained in:
Oleg Agafonov 2019-03-07 12:14:27 +04:00
parent 5220e44b16
commit fa75ac2727
3 changed files with 6 additions and 6 deletions

View file

@ -482,7 +482,7 @@ public class ObjectColor implements Serializable, Copyable<ObjectColor>, Compara
public ColoredManaSymbol getOneColoredManaSymbol() {
if (isMulticolored()) {
throw new IllegalStateException("Found multicolored object, but it's must call with single mana color.");
throw new IllegalStateException("Found multicolor object, but was waiting for simple color.");
}
if (isBlack()) {