userid cache gets repopulated now

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40726
This commit is contained in:
David Anderson 2007-05-02 19:20:34 +00:00
parent 4f66cfbf9f
commit 5c6ba68e4b

View File

@ -475,6 +475,7 @@ int PlayerManager::GetClientOfUserId(int userid)
}
if (engine->GetPlayerUserId(player->GetEdict()) == userid)
{
m_UserIdLookUp[userid] = i;
return i;
}
}