You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And you are allowed to choose the License that better suit your needs.
11
+
12
+
KSPe API Extensions/L is distributed in the hope that it will be useful,
13
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15
+
16
+
You should have received a copy of the SKL Standard License 1.0
17
+
along with KSPe API Extensions/L. If not, see <https://ksp.lisias.net/SKL-1_0.txt>.
18
+
19
+
You should have received a copy of the GNU General Public License 2.0
20
+
along with KSPe API Extensions/L. If not, see <https://www.gnu.org/licenses/>.
21
+
22
+
*/
23
+
usingSystem;
24
+
usingUnityEngine;
25
+
usingKSPe.UI;
26
+
27
+
namespaceKSPe.Common.Dialogs
28
+
{
29
+
internalclassShowStopperAlertBox:AbstractDialog
30
+
{
31
+
privatestaticreadonlystringaMSG="close KSP and then fix the problem described above";
32
+
33
+
privatestaticreadonlystringMSG=@"{0}
34
+
35
+
This is a Show Stopper problem. Your best line of action is to click the OK button to {1}.
36
+
37
+
If you choose to ignore this message and click Cancel to proceed, be advised that your savegames can get corrupted at any time, even when things appear to work by now - and the salvage can be harder.
38
+
39
+
Backup everything *NOW* if you choose to ignore this message and proceed - it's recommended to use S.A.V.E. to automate this task for you.";
0 commit comments