Skip to content

Commit

Permalink
Revert "Hide error logs on steamids for non-players."
Browse files Browse the repository at this point in the history
This reverts commit f38cf99.
  • Loading branch information
splewis committed Feb 11, 2017
1 parent 10032f3 commit cc56abc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripting/get5/util.sp
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,6 @@ stock bool IsPlayerTeam(MatchTeam team) {

stock bool GetAuth(int client, char[] auth, int size) {
bool ret = GetClientAuthId(client, AuthId_SteamID64, auth, size);
if (!IsPlayer(client)) {
return false;
}
if (!ret) {
LogError("Failed to get steamid for client %L", client);
}
Expand Down

0 comments on commit cc56abc

Please sign in to comment.