Fix TF2IgnitePlayer not working after game update (fixes #713).

This commit is contained in:
Nicholas Hastings 2017-10-28 16:17:21 -04:00
parent fddd1af268
commit 342d3ea936

View File

@ -148,7 +148,7 @@ cell_t TF2_Burn(IPluginContext *pContext, const cell_t *params)
vptr += sizeof(CBaseEntity *);
*(CBaseEntity **)vptr = NULL;
vptr += sizeof(CBaseEntity *);
*(float *)vptr = -1.0f;
*(float *)vptr = 10.0f; // duration
pWrapper->Execute(vstk, NULL);