forked from github/server
fix missing regions
This commit is contained in:
parent
b1a42adbeb
commit
a5d98c8efe
1 changed files with 2 additions and 0 deletions
|
@ -1184,6 +1184,8 @@ prepare_report(faction * f)
|
|||
region * r = firstregion(f);
|
||||
region * last = lastregion(f);
|
||||
|
||||
link_seen(f->seen, r, last);
|
||||
|
||||
for (sr=NULL; sr==NULL && r!=last; r=r->next) {
|
||||
sr = find_seen(f->seen, r);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue