This commit is contained in:
Jackz 2023-10-09 21:01:42 -05:00
parent 1cfe5138c9
commit b6eca29b32
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603

View file

@ -140,7 +140,7 @@ void Director_CheckClient(int client) {
}
void OnTankBotSpawn(int client) {
if(g_finaleStage = Stage_FinaleActive) {
if(g_finaleStage == Stage_FinaleActive) {
} else {
int health = GetEntProp(client, Prop_Send, "m_iHealth");