forked from github/server
fix missing curly brace, indentation. hope I got this right.
This commit is contained in:
parent
77f126a0bd
commit
444971542c
1 changed files with 42 additions and 41 deletions
|
@ -1080,6 +1080,7 @@ static bool maintain(building * b, bool first)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (need > 0) {
|
if (need > 0) {
|
||||||
if (!fval(m, MTF_VITAL))
|
if (!fval(m, MTF_VITAL))
|
||||||
work = false;
|
work = false;
|
||||||
|
|
Loading…
Reference in a new issue