1
This commit is contained in:
parent
0a039944b2
commit
2ff4981c39
@ -403,6 +403,9 @@ void CustomBattle::GameStart()
|
|||||||
nullptr);
|
nullptr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (IsNewBieBattle()) {
|
||||||
|
room->SetNewBieBattle(1);
|
||||||
|
}
|
||||||
SetRoom(room.get());
|
SetRoom(room.get());
|
||||||
room->JoinWithCustomBattle(shared_from_this());
|
room->JoinWithCustomBattle(shared_from_this());
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user