Missed diff
This commit is contained in:
parent
47f0bf1ce5
commit
3c4168a1dd
@ -335,7 +335,7 @@ public abstract class MemoryBoard extends Board {
|
|||||||
|
|
||||||
for (String raw : show) {
|
for (String raw : show) {
|
||||||
// Hack to get rid of the extra underscores in title normally used to center tag
|
// Hack to get rid of the extra underscores in title normally used to center tag
|
||||||
if(raw.contains("{header}")) {
|
if (raw.contains("{header}")) {
|
||||||
raw = raw.replace("{header}", faction.getTag(to));
|
raw = raw.replace("{header}", faction.getTag(to));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -347,7 +347,7 @@ public abstract class MemoryBoard extends Board {
|
|||||||
if (TagUtil.hasFancy(parsed)) {
|
if (TagUtil.hasFancy(parsed)) {
|
||||||
List<FancyMessage> fancy = TagUtil.parseFancy(faction, to, parsed);
|
List<FancyMessage> fancy = TagUtil.parseFancy(faction, to, parsed);
|
||||||
if (fancy != null) {
|
if (fancy != null) {
|
||||||
for(FancyMessage msg : fancy) {
|
for (FancyMessage msg : fancy) {
|
||||||
ret.add((P.p.txt.parse(msg.toOldMessageFormat())));
|
ret.add((P.p.txt.parse(msg.toOldMessageFormat())));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user