demo records without players

This commit is contained in:
ineed bots 2025-01-16 20:11:03 -06:00
parent 9cbff651ce
commit 28bfe5bbda

View File

@ -210,6 +210,7 @@ init()
}
level.bot_inittime = gettime();
level.demorecord_minplayers = max( 0, getdvarint( #"scr_demorecord_minplayers" ) );
thread fixGamemodes();
thread onPlayerConnect();