Fixed SetEntityHealth (bug 3693, r+a12=dvander).

This commit is contained in:
Fyren
2009-03-06 14:40:30 -05:00
parent 72da49415e
commit 2c7555366f
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -36,11 +36,6 @@
"engine" "original"
}
"Keys"
{
"m_iHealth" "m_fHealth"
}
"Offsets"
{
"GetDataDescMap"
+1 -1
View File
@@ -491,7 +491,7 @@ stock SetEntityHealth(entity, amount)
if (!exists)
{
strcopy(prop, sizeof(prop), "m_iHeath");
strcopy(prop, sizeof(prop), "m_iHealth");
}
gotconfig = true;