deck storage is fully working again, cleaned up some unnecessarily large messages

This commit is contained in:
Max-Wilhelm Bruker
2012-01-02 15:46:14 +01:00
parent d4aaf9fff5
commit 0c9a2b061c
13 changed files with 110 additions and 66 deletions

View File

@@ -135,7 +135,7 @@ void Server::broadcastRoomUpdate()
ServerInfo_Room *roomInfo = event.add_room_list();
room->roomMutex.lock();
roomInfo->CopyFrom(room->getInfo(false));
roomInfo->CopyFrom(room->getInfo(false, false, true));
room->roomMutex.unlock();
SessionEvent *se = Server_ProtocolHandler::prepareSessionEvent(event);