Skip to content

Commit b0fe91d

Browse files
committed
Disable the multiplayer info control when any menu is open.
1 parent b54fd7f commit b0fe91d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

MenuAPI/MenuController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ private async Task ProcessMainButtons()
227227
}
228228
}
229229
}
230+
231+
Game.DisableControlThisFrame(0, Control.MultiplayerInfo);
230232
}
231233
}
232234

0 commit comments

Comments
 (0)