Fixed SetEntityHealth (bug 3693, r+a12=dvander).
This commit is contained in:
@@ -491,7 +491,7 @@ stock SetEntityHealth(entity, amount)
|
||||
|
||||
if (!exists)
|
||||
{
|
||||
strcopy(prop, sizeof(prop), "m_iHeath");
|
||||
strcopy(prop, sizeof(prop), "m_iHealth");
|
||||
}
|
||||
|
||||
gotconfig = true;
|
||||
|
||||
Reference in New Issue
Block a user