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

This commit is contained in:
Zach Kanzler 2010-04-24 21:00:43 -04:00
parent 5ec4b3441e
commit 2edf63c5fd

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;