forked from github/server
In Regionen mit Händlern konnten Einheiten sich nicht bewegen.
This commit is contained in:
parent
ff265f489c
commit
cf4487fa5c
|
@ -2887,8 +2887,8 @@ expandtax(region * r, request * taxorders)
|
|||
for (u = r->units; u; u = u->next) {
|
||||
if (u->n >= 0) {
|
||||
add_income(u, IC_TAX, u->wants, u->n);
|
||||
fset(u, UFL_LONGACTION);
|
||||
}
|
||||
fset(u, UFL_LONGACTION);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue