forked from UNLOZE/sm-plugins
Correcting a Fetch + Pull.
Since i renamed stuff before fetching it kinda fucked up. My bad.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user