Reapply "v8.2.0c"

This reverts commit f623d5091a.
This commit is contained in:
2025-07-23 04:17:47 -04:00
parent f623d5091a
commit 2fcde193c2
6 changed files with 117 additions and 15 deletions

View File

@@ -386,7 +386,9 @@ enum struct BOSSHANDLER {
}
}
BOSSHANDLER BossHandler;
BOSSHANDLER Get_Boss_Handler() {
return BossHandler;
}
//Player specific async tick process
public Action OnPlayerRunCmd(int client, int &buttons, int &impulse, float vel[3], float angles[3], int &weapon){
if (BossHandler.shouldTick) BossHandler.TickForClient(client);