From 55028442446503dd5153f6aa5e7c318cc8f57ed6 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sat, 20 Aug 2022 11:18:42 -0700 Subject: [PATCH] UpdateChangelog --- QSB/Menus/MenuManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QSB/Menus/MenuManager.cs b/QSB/Menus/MenuManager.cs index d0178796..9a555d1b 100644 --- a/QSB/Menus/MenuManager.cs +++ b/QSB/Menus/MenuManager.cs @@ -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.0\r\nMultiplayer saves are now seperate from singleplayer, and items got an overhaul. A lot of bug fixes too."; + private const string UpdateChangelog = "QSB Version 0.21.1\r\nFixed gamepass not working with qsb and the last small light sensor bug."; private Action PopupClose;