forked from github/server
add missing file
This commit is contained in:
parent
be99c02a82
commit
77ed6f3722
|
@ -0,0 +1,5 @@
|
||||||
|
dofile('../scripts/run-turn.lua')
|
||||||
|
turn = get_turn()
|
||||||
|
eressea.free_game()
|
||||||
|
print("trying to read data from " .. turn)
|
||||||
|
eressea.read_game(turn .. ".dat")
|
Loading…
Reference in New Issue