Merge pull request #1247 from KawaiiClan/master

This commit is contained in:
rtldg 2025-07-01 17:54:23 +00:00 committed by GitHub
commit 0c4a0d139d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)