forked from github/server
Fehlerbehandlung fehlende Befehlsdatei
This commit is contained in:
parent
649af5c16f
commit
4ed68348ba
|
@ -61,7 +61,10 @@ function process(orders)
|
||||||
init_summary()
|
init_summary()
|
||||||
|
|
||||||
-- run the turn:
|
-- run the turn:
|
||||||
read_orders(orders)
|
if read_orders(orders) ~= 0 then
|
||||||
|
print("could not read " .. orders)
|
||||||
|
return -1
|
||||||
|
end
|
||||||
run_scripts()
|
run_scripts()
|
||||||
|
|
||||||
plan_monsters()
|
plan_monsters()
|
||||||
|
|
Loading…
Reference in New Issue