update changelog

This commit is contained in:
Mister_Nebula 2022-07-21 10:00:22 +01:00
parent 75130c74e1
commit d3a890c6d3

View File

@ -39,7 +39,7 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
private const int _titleButtonIndex = 2;
private float _connectPopupOpenTime;
private const string UpdateChangelog = $"QSB Version 0.20.2\r\nFixed an issue when the Little Scout was deployed by someone before joining a server.";
private const string UpdateChangelog = $"QSB Version 0.20.2\r\nFixed issues with the Little Scout and attaching/detaching from the ship.";
private Action<bool> PopupClose;