Broken by ArgScuffer
This commit is contained in:
parent
d7990596f9
commit
05b3fc0fb9
@ -245,7 +245,7 @@ cell_t TF2_AddCondition(IPluginContext *pContext, const cell_t *params)
|
||||
}
|
||||
|
||||
void *obj = (void *)((uint8_t *)pEntity + playerSharedOffset->actual_offset);
|
||||
ArgBuffer<void*, int, float, CBaseEntity*> vstk(obj, params[2], params[3], pInflictor);
|
||||
ArgBuffer<void*, int, float, CBaseEntity*> vstk(obj, params[2], sp_ctof(params[3]), pInflictor);
|
||||
|
||||
pWrapper->Execute(vstk, nullptr);
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user