Skip to content

Commit

Permalink
Update MenuManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Aug 20, 2022
1 parent 5502844 commit 3a33795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QSB/Menus/MenuManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
private const int _titleButtonIndex = 2;
private float _connectPopupOpenTime;

private const string UpdateChangelog = "QSB Version 0.21.1\r\nFixed gamepass not working with qsb and the last small light sensor bug.";
private const string UpdateChangelog = "QSB Version 0.21.1\r\nFixed gamepass not working, and fixed a small bug with light sensors.";

private Action<bool> PopupClose;

Expand Down

0 comments on commit 3a33795

Please sign in to comment.