Merge from 1.2 branch.
This commit is contained in:
commit
d4bcbc3771
@ -36,11 +36,6 @@
|
|||||||
"engine" "original"
|
"engine" "original"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Keys"
|
|
||||||
{
|
|
||||||
"m_iHealth" "m_fHealth"
|
|
||||||
}
|
|
||||||
|
|
||||||
"Offsets"
|
"Offsets"
|
||||||
{
|
{
|
||||||
"GetDataDescMap"
|
"GetDataDescMap"
|
||||||
|
@ -491,7 +491,7 @@ stock SetEntityHealth(entity, amount)
|
|||||||
|
|
||||||
if (!exists)
|
if (!exists)
|
||||||
{
|
{
|
||||||
strcopy(prop, sizeof(prop), "m_iHeath");
|
strcopy(prop, sizeof(prop), "m_iHealth");
|
||||||
}
|
}
|
||||||
|
|
||||||
gotconfig = true;
|
gotconfig = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user