UpdateChangelog

This commit is contained in:
JohnCorby 2022-08-20 11:18:42 -07:00
parent b6c446af9a
commit 5502844244

View File

@ -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<bool> PopupClose;