forked from github/server
"Großteil der Parteinamen fehlt im Report" Auf-/Absteigende Reihenfolge der see_* Prioritaeten verwechselt.
This commit is contained in:
parent
5e99e84614
commit
67fd90f3fc
|
@ -862,7 +862,7 @@ get_addresses(report_context * ctx)
|
||||||
}
|
}
|
||||||
u = u->next;
|
u = u->next;
|
||||||
}
|
}
|
||||||
} else if (sr->mode<see_travel) {
|
} else if (sr->mode>see_travel) {
|
||||||
const unit * u = r->units;
|
const unit * u = r->units;
|
||||||
while (u!=NULL) {
|
while (u!=NULL) {
|
||||||
if (u->faction!=ctx->f) {
|
if (u->faction!=ctx->f) {
|
||||||
|
|
Loading…
Reference in New Issue