1
This commit is contained in:
parent
2ff4981c39
commit
2b9e89a002
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user