forked from github/server
0cfdee0218
Make the reports.lua script not break passwords of new players.
7 lines
183 B
Lua
7 lines
183 B
Lua
dofile('config.lua')
|
|
eressea.read_game(get_turn() .. '.dat')
|
|
init_reports()
|
|
-- do not use write_reports, since it will change passwords
|
|
for f in factions() do
|
|
write_report(f)
|
|
end
|