From bfba2d09ff1409dff93af7d49658602d5046b82d Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Fri, 3 Apr 2015 21:26:21 -0700 Subject: [PATCH] Set proper typed places for SteamWorks_HasLicenseForApp. --- Extension/gsnatives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/gsnatives.cpp b/Extension/gsnatives.cpp index 7621f4d..14e7280 100644 --- a/Extension/gsnatives.cpp +++ b/Extension/gsnatives.cpp @@ -175,7 +175,7 @@ static cell_t sm_UserHasLicenseForApp(IPluginContext *pContext, const cell_t *pa return pContext->ThrowNativeError("Client index %d is invalid", params[1]); } - CSteamID checkid = CreateCommonCSteamID(pPlayer, params); + CSteamID checkid = CreateCommonCSteamID(pPlayer, params, 3, 4); return pServer->UserHasLicenseForApp(checkid, params[2]); }