server/tests/test-turn.lua
2016-09-09 18:39:38 +02:00

6 lines
169 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")
eressea.free_game()