skip faceoff serverside
This commit is contained in:
@@ -706,7 +706,10 @@ pub fn instance_practice(tx: &mut Transaction, account: &Account) -> Result<Inst
|
||||
|
||||
instance.add_player(player.clone())?;
|
||||
instance.add_player(bot)?;
|
||||
|
||||
instance.player_ready(bot_id)?;
|
||||
// skip faceoff
|
||||
instance.player_ready(player.id)?;
|
||||
|
||||
instance = instance_create(tx, instance)?;
|
||||
player_create(tx, player, instance.id, account)?;
|
||||
|
||||
Reference in New Issue
Block a user