forked from github/server
BUG 2309: show true faction to allies.
https://bugs.eressea.de/view.php?id=2309
This commit is contained in:
parent
77abd703bd
commit
f54165d4f1
2 changed files with 5 additions and 1 deletions
|
@ -536,6 +536,10 @@ size_t size)
|
||||||
if (wrptr(&bufp, &size, result) != 0)
|
if (wrptr(&bufp, &size, result) != 0)
|
||||||
WARN_STATIC_BUFFER();
|
WARN_STATIC_BUFFER();
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
bufp = STRLCPY(bufp, ", ", size);
|
||||||
|
bufp = STRLCPY(bufp, factionname(fv), size);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
bufp = STRLCPY(bufp, ", ", size);
|
bufp = STRLCPY(bufp, ", ", size);
|
||||||
|
|
Loading…
Reference in a new issue