Correcting a Fetch + Pull.

Since i renamed stuff before fetching it kinda fucked up. My bad.
This commit is contained in:
zaCade
2019-06-09 10:14:35 +02:00
parent 243bb73b6b
commit 88f4d96061
4 changed files with 3 additions and 690 deletions
@@ -348,7 +348,7 @@ public int Native_GetPlayerType(Handle hPlugin, int numParams)
GetClientAuthId(client, AuthId_Steam2, sAuthID, sizeof(sAuthID));
if(SteamClientAuthenticated(sAuthID))
return SetNativeString(2, "SteamLegit", length + 1);
return !SetNativeString(2, "SteamLegit", length + 1);
return SetNativeString(2, "NoAuth", length + 1);
return !SetNativeString(2, "NoAuth", length + 1);
}