capturetheflag/mods/ctf_stats
ClobberXD 66a8a73c68 Fix summary not stored before restart
- Match summary is now shown at the end of the going match (using `registered_on_winner` and `register_on_skip_map` callbacks), instead of at the start of the next match.
- Therefore, `prev_match_summary` is now preserved even after restart.
- Also fixes the "Can't initialize mod storage twice" error which occurred due to mod storage also being initialized in `gui.lua` to set/get summary from mod storage. Now, the code for storing and retrieving `prev_match_summary` has been moved to init.lua itself.
2018-11-14 12:48:05 +00:00
..
depends.txt Add ctf_stats, remove furnace 2015-11-29 00:05:37 +00:00
gui.lua Fix summary not stored before restart 2018-11-14 12:48:05 +00:00
init.lua Fix summary not stored before restart 2018-11-14 12:48:05 +00:00