This commit is contained in:
aozhiwei 2022-08-31 19:18:12 +08:00
parent 2fee3a514a
commit bdc0e74bc5

View File

@ -1292,7 +1292,7 @@ void Player::PushJoinRoomMsg()
{ {
cs::SMMapInfo notifymsg; cs::SMMapInfo notifymsg;
notifymsg.set_map_id(room->GetMapMeta()->i->map_id()); notifymsg.set_map_id(room->GetMapMeta()->i->map_id());
#ifdef DEBUG #if 1
notifymsg.set_map_id(1001); notifymsg.set_map_id(1001);
#endif #endif
notifymsg.set_map_width(room->GetMapMeta()->i->map_width()); notifymsg.set_map_width(room->GetMapMeta()->i->map_width());