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 f156d48f45
commit 3a1bb177fc

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);