forked from github/server
do not kill the wrong nonstarters
This commit is contained in:
parent
35c2baafbe
commit
0c06c86fb9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
function kill_nonstarters()
|
||||
for f in factions() do
|
||||
if f.lastturn==1 then
|
||||
if f.lastturn==0 then
|
||||
kill_faction(f, true)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue