server/scripts/reports.lua
Enno Rehling 0cfdee0218 https://bugs.eressea.de/view.php?id=2712
Make the reports.lua script not break passwords of
 new players.
2020-12-06 15:47:47 +01:00

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