1
This commit is contained in:
parent
9229f01d24
commit
2e30ed87a9
@ -2680,7 +2680,8 @@ int Room::JoinWithCustomBattle(std::shared_ptr<CustomBattle> p)
|
||||
{
|
||||
if (!m->IsAndroid()) {
|
||||
Player* hum = InternalCreatePlayer(p, m, room_team);
|
||||
hum->is_client_move = m->GetCMJoinMsg()->is_client_move();
|
||||
//hum->is_client_move = m->GetCMJoinMsg()->is_client_move();
|
||||
hum->is_client_move = 1;
|
||||
} else {
|
||||
Human* hum = CreateAndroidWithCustomMember(m, room_team);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user