Disable avatars on server side until the bug is fixed.

This commit is contained in:
lotodore
2007-10-31 21:24:02 +00:00
parent e5f05c5359
commit ec5196c417
+2 -2
View File
@@ -380,8 +380,8 @@ ServerLobbyThread::HandleNetPacketInit(SessionWrapper session, const NetPacketIn
new PlayerData(GetNextUniquePlayerId(), 0, PLAYER_TYPE_HUMAN, PLAYER_RIGHTS_NORMAL));
tmpPlayerData->SetName(initData.playerName);
tmpPlayerData->SetNetSessionData(session.sessionData);
if (initData.showAvatar)
tmpPlayerData->SetAvatarMD5(initData.avatar);
// if (initData.showAvatar)
// tmpPlayerData->SetAvatarMD5(initData.avatar);
// Set player data for session.
m_sessionManager.SetSessionPlayerData(session.sessionData->GetId(), tmpPlayerData);