Skip to content

Commit

Permalink
Even more warnings
Browse files Browse the repository at this point in the history
StollD committed Apr 28, 2018
1 parent ba7682d commit 17c96bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Kopernicus/Constants/CompatibilityChecker.cs
Original file line number Diff line number Diff line change
@@ -114,6 +114,12 @@ void Awake()
UnityEngine.Object mm = FindObjectOfType(moduleManager);
nyan.SetValue(mm, true);
ncats.SetValue(mm, true);

// Nobody can read that popup
ScreenMessages.PostScreenMessage(
"Kopernicus will not work on this version of KSP!\nPlease don't try to open your savegames!",
Single.MaxValue,
ScreenMessageStyle.UPPER_LEFT, true);
}

public void Start()

0 comments on commit 17c96bc

Please sign in to comment.