diff --git a/extensions/cstrike/util_cstrike.cpp b/extensions/cstrike/util_cstrike.cpp index eb7364f98..b579bb6ab 100644 --- a/extensions/cstrike/util_cstrike.cpp +++ b/extensions/cstrike/util_cstrike.cpp @@ -136,7 +136,7 @@ CEconItemView *GetEconItemView(CBaseEntity *pEntity, int iSlot) if (team != 2 && team != 3) return NULL; - ArgBuffer vstk(reinterpret_cast(((intptr_t)pEntity + thisPtrOffset)), iSlot); + ArgBuffer vstk(reinterpret_cast(((intptr_t)pEntity + thisPtrOffset)), team, iSlot); CEconItemView *ret = nullptr; pWrapper->Execute(vstk, &ret);