1
This commit is contained in:
parent
25fe7a5556
commit
05bb4d067c
@ -333,7 +333,9 @@ void Room::AddPlayer(Player* hum, std::shared_ptr<BornPoint> init_born_point, bo
|
|||||||
frame_event.AddEnterGame(hum->GetWeakPtrRef());
|
frame_event.AddEnterGame(hum->GetWeakPtrRef());
|
||||||
GameLog::Instance()->GameStart(hum);
|
GameLog::Instance()->GameStart(hum);
|
||||||
if (custom_battle_ && custom_battle_->AllIsJoined()) {
|
if (custom_battle_ && custom_battle_->AllIsJoined()) {
|
||||||
|
if (GetGasInactiveReaminTime() > 3) {
|
||||||
|
acc_inactive_time_ += GetGasInactiveReaminTime() - 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user