SourceMod now handles steamid's internally without the STEAM_*: part (bug 3428)

This commit is contained in:
Matt Woodrow
2008-11-25 19:10:52 +13:00
parent 25a0a192a2
commit 321443450a
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -1632,7 +1632,7 @@ void CPlayer::DoBasicAdminChecks()
}
}
/* Check IP address */
/* Check steam id */
if ((id = g_Admins.FindAdminByIdentity("steam", m_AuthID.c_str())) != INVALID_ADMIN_ID)
{
if (g_Players.CheckSetAdmin(client, this, id))