mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
fix broken CardDetailUtil
This commit is contained in:
@@ -285,7 +285,7 @@ public class CardDetailUtil {
|
|||||||
if (card.getCloneOrigin() == null)
|
if (card.getCloneOrigin() == null)
|
||||||
needTranslation = false;
|
needTranslation = false;
|
||||||
}
|
}
|
||||||
final String text = !card.isSplitCard() ?
|
String text = !card.isSplitCard() ?
|
||||||
card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(state.getName(), "") : null) :
|
card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(state.getName(), "") : null) :
|
||||||
card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(card.getLeftSplitState().getName(), card.getRightSplitState().getName()) : null );
|
card.getText(state, needTranslation ? CardTranslation.getTranslationTexts(card.getLeftSplitState().getName(), card.getRightSplitState().getName()) : null );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user