Merge from 1.2 branch.
This commit is contained in:
commit
d4bcbc3771
@ -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