fix bad read_orders call

This commit is contained in:
Enno Rehling 2017-02-12 06:24:25 +01:00
parent 75514014bc
commit a4bd4320e5
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ function process(rules, orders)
init_summary() init_summary()
-- run the turn: -- run the turn:
if read_orders(orders) ~= 0 then if eressea.read_orders(orders) ~= 0 then
print("could not read " .. orders) print("could not read " .. orders)
return -1 return -1
end end