This commit is contained in:
Nick Hastings
2018-12-06 20:50:47 -05:00
parent 5dcd01801c
commit 31836d2667
+1 -1
View File
@@ -183,7 +183,7 @@ static cell_t GiveNamedItem(IPluginContext *pContext, const cell_t *params)
DECODE_VALVE_PARAM(3, vparams, 1);
*(CEconItemView **)(vptr + 12) = NULL;
*(bool *)(vptr + 16) = false;
*(void **)(vptr + 20) = NULL;
*(void **)(vptr + 17) = NULL;
FINISH_CALL_SIMPLE(&pEntity);
return gamehelpers->EntityToBCompatRef(pEntity);