Skip to content

Commit

Permalink
Update MenuManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Oct 7, 2022
1 parent 6e2bfe1 commit b4dea30
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, and fixed a small bug with light sensors.";
private const string UpdateChangelog = "QSB Version 0.22.0\r\nFixed lots of bugs, and added lots of SFX and VFX stuff.";

private Action<bool> PopupClose;

Expand Down

0 comments on commit b4dea30

Please sign in to comment.