fixed so server stops recording when changing map

This commit is contained in:
Magnus Auvinen 2009-06-15 13:04:34 +00:00
parent 8bd49fe30b
commit feade98dae

View file

@ -988,6 +988,9 @@ static int server_load_map(const char *mapname)
if(!df)
return 0;
/* stop recording when we change map */
demorec_record_stop();
/* reinit snapshot ids */
snap_timeout_ids();