server/tests/test-turn.lua
2016-02-22 20:48:24 +01:00

5 lines
149 B
Lua

dofile('../scripts/run-turn.lua')
turn = get_turn()
eressea.free_game()
print("trying to read data from " .. turn)
eressea.read_game(turn .. ".dat")