mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
Typo fix
This commit is contained in:
parent
5220e44b16
commit
fa75ac2727
3 changed files with 6 additions and 6 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue