Skip to content

Commit

Permalink
fix: bobs buddy showing on hero picking
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinCS committed Nov 6, 2023
1 parent cb6ce99 commit 1ac1aa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ private async void ShowBobsBuddyPanelDelayed()
await Task.Delay(300);
if(!_mouseIsOverLeaderboardIcon)
{
if(_game.IsBattlegroundsMatch && !_game.IsInMenu)
if(_game.IsBattlegroundsMatch && !_game.IsInMenu && _game.GetTurnNumber() != 0)
ShowBobsBuddyPanel();
}
}
Expand Down

0 comments on commit 1ac1aa4

Please sign in to comment.