fi -> end

This commit is contained in:
Enno Rehling 2006-08-20 13:33:01 +00:00
parent c3e4e828a8
commit 45fad69789
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function process(orders)
if nmrs >= 60 then
print("Shit. More than 60 factions with 1 NMR (" .. nmrs .. ")")
return -1
fi
end
print (nmrs .. " Factions with 1 NMR")
run_scripts()