forked from github/server
2587: Trennlinie vor Allianzstatus und Adressliste.
https://bugs.eressea.de/view.php?id=2587
This commit is contained in:
parent
4f80569ebf
commit
c8c2a6fe58
1 changed files with 4 additions and 0 deletions
|
@ -1592,6 +1592,8 @@ static void allies(struct stream *out, const faction * f)
|
|||
const group *g = f->groups;
|
||||
char prefix[64];
|
||||
|
||||
rpline(out);
|
||||
newline(out);
|
||||
centre(out, LOC(f->locale, "nr_alliances"), false);
|
||||
newline(out);
|
||||
|
||||
|
@ -1678,6 +1680,8 @@ static void list_address(struct stream *out, const faction * uf, selist * seenfa
|
|||
int qi = 0;
|
||||
selist *flist = seenfactions;
|
||||
|
||||
rpline(out);
|
||||
newline(out);
|
||||
centre(out, LOC(uf->locale, "nr_addresses"), false);
|
||||
newline(out);
|
||||
|
||||
|
|
Loading…
Reference in a new issue