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()
|
||||
|
||||
-- run the turn:
|
||||
read_orders(orders)
|
||||
if read_orders(orders) ~= 0 then
|
||||
print("could not read " .. orders)
|
||||
return -1
|
||||
end
|
||||
run_scripts()
|
||||
|
||||
plan_monsters()
|
||||
|
|
Loading…
Reference in New Issue