mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Fixed not being able to toggle the new central bot.
This commit is contained in:
parent
9334951f39
commit
9c23e1552c
@ -176,6 +176,11 @@ public void OnConVarChanged(ConVar convar, const char[] oldValue, const char[] n
|
||||
gI_NameStyle = gCV_NameStyle.IntValue;
|
||||
gI_DefaultTeam = gCV_NameStyle.IntValue;
|
||||
gB_CentralBot = gCV_CentralBot.BoolValue;
|
||||
|
||||
if(convar == gCV_CentralBot)
|
||||
{
|
||||
OnMapStart();
|
||||
}
|
||||
}
|
||||
|
||||
public int Native_GetReplayBotFirstFrame(Handle handler, int numParams)
|
||||
|
||||
@ -112,7 +112,7 @@
|
||||
}
|
||||
"NoReplayData"
|
||||
{
|
||||
"en" "No replay data loaded\nPress USE to play"
|
||||
"en" "No replay data loaded\nPress USE or beat #1 to play"
|
||||
}
|
||||
// ---------- Panels ---------- //
|
||||
"SpectatorPersonal"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user