Trying to fix the avatar problem.
This commit is contained in:
@@ -164,6 +164,9 @@ AvatarManager::ChunkReadAvatarFile(boost::shared_ptr<AvatarFileState> fileState,
|
||||
int
|
||||
AvatarManager::AvatarFileToNetPackets(const string &fileName, unsigned requestId, NetPacketList &packets)
|
||||
{
|
||||
// Serialize avatar access for now.
|
||||
boost::mutex::scoped_lock lock(m_loadMutex);
|
||||
|
||||
int retVal = ERR_NET_INVALID_AVATAR_FILE;
|
||||
unsigned fileSize;
|
||||
AvatarFileType fileType;
|
||||
|
||||
Reference in New Issue
Block a user