mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 11:28:26 +00:00
silence tf_bot_count change notification
This commit is contained in:
parent
fefb0ffe6f
commit
f1bea169d2
@ -396,6 +396,11 @@ public void OnPluginStart()
|
|||||||
bot_stop.Flags &= ~FCVAR_CHEAT;
|
bot_stop.Flags &= ~FCVAR_CHEAT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (gEV_Type == Engine_TF2)
|
||||||
|
{
|
||||||
|
FindConVar("tf_bot_count").Flags &= ~FCVAR_NOTIFY; // silence please
|
||||||
|
}
|
||||||
|
|
||||||
bot_join_after_player = FindConVar(gEV_Type == Engine_TF2 ? "tf_bot_join_after_player" : "bot_join_after_player");
|
bot_join_after_player = FindConVar(gEV_Type == Engine_TF2 ? "tf_bot_join_after_player" : "bot_join_after_player");
|
||||||
|
|
||||||
mp_randomspawn = FindConVar("mp_randomspawn");
|
mp_randomspawn = FindConVar("mp_randomspawn");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user