Fixed IGamePlayer->GetUserId() returning junk (bug 3916, r=fyren)
This commit is contained in:
parent
5ec4b3441e
commit
2edf63c5fd
@ -1441,6 +1441,7 @@ CPlayer::CPlayer()
|
|||||||
m_TempAdmin = false;
|
m_TempAdmin = false;
|
||||||
m_Info = NULL;
|
m_Info = NULL;
|
||||||
m_bAdminCheckSignalled = false;
|
m_bAdminCheckSignalled = false;
|
||||||
|
m_UserId = -1;
|
||||||
m_bIsInKickQueue = false;
|
m_bIsInKickQueue = false;
|
||||||
m_LastPassword.clear();
|
m_LastPassword.clear();
|
||||||
m_LangId = SOURCEMOD_LANGUAGE_ENGLISH;
|
m_LangId = SOURCEMOD_LANGUAGE_ENGLISH;
|
||||||
|
Loading…
Reference in New Issue
Block a user