forked from github/server
zu kurze reports. derber fehler...
This commit is contained in:
parent
53031783e2
commit
c875dc341e
|
@ -1810,8 +1810,7 @@ lastregion (faction * f)
|
||||||
if (check_leuchtturm(r, f))
|
if (check_leuchtturm(r, f))
|
||||||
f->last = r->next;
|
f->last = r->next;
|
||||||
if (p && is_watcher(p, f)) {
|
if (p && is_watcher(p, f)) {
|
||||||
f->first = r;
|
f->last = r->next;
|
||||||
return r;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue