File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,18 +129,11 @@ public void DisplayReleaseNotes()
129129 Version version = Assembly . GetAssembly ( typeof ( CSM ) ) . GetName ( ) . Version ;
130130
131131 string message = $ "Version { version . Major } .{ version . Minor } \n " +
132- $ "Last Update: April 4, 2021\n \n " +
133- "- UI Changes:\n " +
134- " - The Chirper is now used as the chat\n " +
135- " (The old chat can still be enabled in the settings)\n " +
136- " - The multiplayer menu can now be found\n " +
137- " in the pause menu\n " +
138- " - Added this release notes panel\n \n " +
132+ $ "Last Update: January 28th, 2022\n \n " +
139133 "- Fixes:\n " +
140- " - Tried to fix issue with not being able to change\n " +
141- " the speed or pause state (Please tell us on Discord\n " +
142- " if the problems are now solved for you!).\n " ;
143-
134+ " - Support Airports Update. Note\n " +
135+ " that not all new features are" +
136+ " supported for now!\n " ;
144137 SetMessage ( message ) ;
145138
146139 Show ( true ) ;
You can’t perform that action at this time.
0 commit comments