This commit is contained in:
aozhiwei 2024-08-29 11:31:09 +08:00
parent 2ff4981c39
commit 2b9e89a002

View File

@ -625,7 +625,7 @@ void Room::FillSMJoinedNotify(Human* self_hum, cs::SMJoinedNotify& msg)
{ {
msg.set_team_mode(msg.team_mode()); msg.set_team_mode(msg.team_mode());
msg.set_adjust_bullet(1); msg.set_adjust_bullet(1);
msg.set_is_newbie_room(0); msg.set_is_newbie_room(IsNewBieBattle());
} }
void Room::ScatterDrop(const glm::vec3& center, int drop_id, bool no_adjust, std::vector<int>* items) void Room::ScatterDrop(const glm::vec3& center, int drop_id, bool no_adjust, std::vector<int>* items)