Skip to content

Commit

Permalink
Disable the multiplayer info control when any menu is open.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGrobbe committed Apr 10, 2019
1 parent b54fd7f commit b0fe91d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MenuAPI/MenuController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ private async Task ProcessMainButtons()
}
}
}

Game.DisableControlThisFrame(0, Control.MultiplayerInfo);
}
}

Expand Down

0 comments on commit b0fe91d

Please sign in to comment.