mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 12:23:20 +00:00
Fixes
This commit is contained in:
parent
8195e8914f
commit
9862a41f11
4 changed files with 6 additions and 9 deletions
|
@ -474,6 +474,6 @@ void StopHealingBots() {
|
|||
KickClient(i);
|
||||
}
|
||||
}
|
||||
hAbmAutoHard.IntValue = wasAbmAutoHard;
|
||||
hSbFixEnabled.BoolValue = wasSbFixEnabled;
|
||||
if(hAbmAutoHard != null) hAbmAutoHard.IntValue = wasAbmAutoHard;
|
||||
if(hSbFixEnabled != null) hSbFixEnabled.BoolValue = wasSbFixEnabled;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue