You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BeatSaberOnline/Views/Menus/MultiplayerLobby.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ public static void Init()
91
91
Logger.Error(e);
92
92
}
93
93
});
94
-
vart=middleViewController.CreateText("You can use Party in the Main Menu to choose songs for your lobby. \n\nYou can also control all the default Game Modifiers for the lobby through the Party Menu as well.",newVector2(0,BASE.y-10f));
94
+
vart=middleViewController.CreateText("You can use Online Lobby in the Main Menu to choose songs for your lobby. \n\nYou can also control all the default Game Modifiers for the lobby through the Online Lobby Menu as well.",newVector2(0,BASE.y-10f));
95
95
vartt=middleViewController.CreateText("If something goes wrong, click the disconnect button above and just reconnect to the lobby.",newVector2(0,0-BASE.y));
0 commit comments