Fixed SetEntityHealth (bug 3693, r+a12=dvander).
This commit is contained in:
parent
72da49415e
commit
2c7555366f
@ -36,11 +36,6 @@
|
||||
"engine" "original"
|
||||
}
|
||||
|
||||
"Keys"
|
||||
{
|
||||
"m_iHealth" "m_fHealth"
|
||||
}
|
||||
|
||||
"Offsets"
|
||||
{
|
||||
"GetDataDescMap"
|
||||
|
@ -491,7 +491,7 @@ stock SetEntityHealth(entity, amount)
|
||||
|
||||
if (!exists)
|
||||
{
|
||||
strcopy(prop, sizeof(prop), "m_iHeath");
|
||||
strcopy(prop, sizeof(prop), "m_iHealth");
|
||||
}
|
||||
|
||||
gotconfig = true;
|
||||
|
Loading…
Reference in New Issue
Block a user