fix: do rotation instantly, and not on round start

so it works on infinite round like in csdm
This commit is contained in:
jeefo 2023-03-25 05:01:58 +03:00
commit 19c5e6dd4d
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
3 changed files with 9 additions and 8 deletions

View file

@ -1190,6 +1190,7 @@ extern ConVar cv_debug;
extern ConVar cv_debug_goal;
extern ConVar cv_save_bots_names;
extern ConVar cv_random_knife_attacks;
extern ConVar cv_rotate_bots;
extern ConVar mp_freezetime;
extern ConVar mp_roundtime;