goof in changelog

This commit is contained in:
Mister_Nebula 2022-06-30 10:21:30 +01:00
parent bba7b03ac1
commit 7183bff707

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.0\r\nThis updates brings better ship syncing (including destruction), more things around the village being synced, and general bug fixes.";
private const string UpdateChangelog = $"QSB Version 0.20.0\r\nThis update brings better ship syncing (including destruction), more things around the village being synced, and general bug fixes.";
private Action<bool> PopupClose;