forked from github/server
fix string concatenation operator
This commit is contained in:
parent
9c6e380ea0
commit
cd470d5e27
|
@ -1,4 +1,4 @@
|
||||||
dofile('config.lua')
|
dofile('config.lua')
|
||||||
eressea.read_game(get_turn() + '.dat')
|
eressea.read_game(get_turn() .. '.dat')
|
||||||
init_reports()
|
init_reports()
|
||||||
write_reports()
|
write_reports()
|
||||||
|
|
Loading…
Reference in New Issue