mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Make that failsafe not break oracle text
This commit is contained in:
@@ -200,6 +200,7 @@ final class CardFace implements ICardFace, Cloneable {
|
|||||||
catch (PatternSyntaxException ignored) {
|
catch (PatternSyntaxException ignored) {
|
||||||
// Old versions of Android are weird about patterns sometimes. I don't *think* this is such a case but
|
// Old versions of Android are weird about patterns sometimes. I don't *think* this is such a case but
|
||||||
// the documentation is unreliable. May be worth removing this once we're sure it's not a problem.
|
// the documentation is unreliable. May be worth removing this once we're sure it's not a problem.
|
||||||
|
variant.oracleText = this.oracleText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user