forked from github/server
fix bad read_orders call
This commit is contained in:
parent
75514014bc
commit
a4bd4320e5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue