From 7e080d259eed21c84617aa87bb6165ca2cf1461e Mon Sep 17 00:00:00 2001 From: 404 <404usernotfoundtf2@gmail.com> Date: Sat, 28 Apr 2018 06:18:12 -0400 Subject: [PATCH] Update helpers.inc (#805) Update GetClientAuthString to GetClientAuthId --- plugins/include/helpers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/helpers.inc b/plugins/include/helpers.inc index aa15a22a..355ceacc 100644 --- a/plugins/include/helpers.inc +++ b/plugins/include/helpers.inc @@ -49,7 +49,7 @@ stock void FormatUserLogText(int client, char[] buffer, int maxlength) char name[MAX_NAME_LENGTH]; int userid = GetClientUserId(client); - if (!GetClientAuthString(client, auth, sizeof(auth))) + if (!GetClientAuthId(client, AuthId_Engine, auth, sizeof(auth))) { strcopy(auth, sizeof(auth), "UNKNOWN"); }