add: yb_save_bots_names used to save bots names between level changes

remove: pfnChangLevel hook, it's not needed in multiplayer
remove: kick all bots on level change on xash3d, it's done by default now.
This commit is contained in:
dmitry 2021-09-21 16:52:20 +03:00
commit 49a1fbbb6b
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
4 changed files with 25 additions and 26 deletions

View file

@ -1175,6 +1175,7 @@ extern ConVar cv_economics_rounds;
extern ConVar cv_shoots_thru_walls;
extern ConVar cv_debug;
extern ConVar cv_debug_goal;
extern ConVar cv_save_bots_names;
extern ConVar mp_freezetime;
extern ConVar mp_roundtime;