Revert "v8.2.0c"

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

View File

@@ -386,9 +386,7 @@ 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);