mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
Merge pull request #1247 from KawaiiClan/master
This commit is contained in:
commit
0c4a0d139d
@ -2763,6 +2763,12 @@ public void Player_Event(Event event, const char[] name, bool dontBroadcast)
|
||||
KickReplay(gA_BotInfo[index]);
|
||||
}
|
||||
}
|
||||
|
||||
if(IsPlayerAlive(client) && gB_InReplayMenu[client])
|
||||
{
|
||||
CancelClientMenu(client);
|
||||
gB_InReplayMenu[client] = false;
|
||||
}
|
||||
}
|
||||
|
||||
public Action BotEvents(Event event, const char[] name, bool dontBroadcast)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user