forked from External/mage
[SNC] Implemented Maestros Theater
This commit is contained in:
parent
5f4de26044
commit
5b92f4d0fb
5 changed files with 72 additions and 8 deletions
|
|
@ -533,7 +533,7 @@ public final class CardUtil {
|
|||
}
|
||||
|
||||
public static String replaceSourceName(String message, String sourceName) {
|
||||
return message.replace("{this}", sourceName);
|
||||
return message != null ? message.replace("{this}", sourceName) : null;
|
||||
}
|
||||
|
||||
public static String booleanToFlipName(boolean flip) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue