Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ksp_plugin_adapter/main_window.cs
Original file line number Diff line number Diff line change
@@ -155,14 +155,14 @@ protected override void RenderWindow(int window_id) {
style : Style.Warning(UnityEngine.GUI.skin.label));
}
if (DateTimeOffset.Now > next_release_date_) {
if (Versioning.version_minor <= 4) {
if (Versioning.version_minor <= 7) {
UnityEngine.GUILayout.TextArea(
"Announcement: the new moon of lunation number " +
next_release_lunation_number_ +
" has come; please update KSP to version 1.6.1 and download " +
" has come; please update KSP to version 1.8.1 and download " +
"the latest Principia release, " + next_release_name_ + ". " +
"Note that RealismOverhaul and RealSolarSystem now support " +
"KSP 1.6.1.",
"KSP 1.8.1.",
style : Style.Multiline(UnityEngine.GUI.skin.textArea));
} else {
UnityEngine.GUILayout.TextArea(

0 comments on commit 5fa2cec

Please sign in to comment.