Fixed IGamePlayer->GetUserId() returning junk (bug 3916, r=fyren)

This commit is contained in:
Zach Kanzler 2010-04-24 21:02:40 -04:00
parent 689406744b
commit f5cc5eb757

View File

@ -1441,6 +1441,7 @@ CPlayer::CPlayer()
m_TempAdmin = false;
m_Info = NULL;
m_bAdminCheckSignalled = false;
m_UserId = -1;
m_bIsInKickQueue = false;
m_LastPassword.clear();
m_LangId = SOURCEMOD_LANGUAGE_ENGLISH;