forked from github/server
write_game lives in the eressea module now
This commit is contained in:
parent
f19f4b3037
commit
eff21f8b51
|
@ -42,7 +42,7 @@ function process(orders)
|
|||
write_files(config.locales)
|
||||
|
||||
file = "" .. get_turn() .. ".dat"
|
||||
if write_game(file, "binary")~=0 then
|
||||
if eressea.write_game(file)~=0 then
|
||||
print("could not write game")
|
||||
return -1
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue