Replace usages of GetClientAuthString with GetClientAuthId

This commit is contained in:
Nicholas Hastings
2014-09-04 12:49:06 -07:00
parent a1dc1101f7
commit ec46e12c50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -534,7 +534,7 @@ public ParamCheck(client)
}
case SteamId:
{
if (GetClientAuthString(i, infoBuffer, sizeof(infoBuffer)))
if (GetClientAuthId(i, AuthId_Steam2, infoBuffer, sizeof(infoBuffer)))
AddMenuItem(itemMenu, infoBuffer, nameBuffer);
}
case IpAddress: