mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 07:53:20 +00:00
Fix typo
This commit is contained in:
parent
1cfe5138c9
commit
b6eca29b32
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ void Director_CheckClient(int client) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnTankBotSpawn(int client) {
|
void OnTankBotSpawn(int client) {
|
||||||
if(g_finaleStage = Stage_FinaleActive) {
|
if(g_finaleStage == Stage_FinaleActive) {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
int health = GetEntProp(client, Prop_Send, "m_iHealth");
|
int health = GetEntProp(client, Prop_Send, "m_iHealth");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue