diff options
| author | Michael <[email protected]> | 2017-06-11 17:58:35 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-11 17:58:35 -0400 |
| commit | c0017e35a46eb20e7ba2717009171eedaf9785e7 (patch) | |
| tree | 0a980b2ecbd368c068a9b15539704f5989095f26 /ShiftOS.WinForms/Applications | |
| parent | 7ec048fe8536c9757eda47801af07956b826466d (diff) | |
| download | shiftos_thereturn-c0017e35a46eb20e7ba2717009171eedaf9785e7.tar.gz shiftos_thereturn-c0017e35a46eb20e7ba2717009171eedaf9785e7.tar.bz2 shiftos_thereturn-c0017e35a46eb20e7ba2717009171eedaf9785e7.zip | |
Creation of new games is possible again!
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Terminal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Terminal.cs b/ShiftOS.WinForms/Applications/Terminal.cs index 687b2b9..0470d68 100644 --- a/ShiftOS.WinForms/Applications/Terminal.cs +++ b/ShiftOS.WinForms/Applications/Terminal.cs @@ -624,7 +624,7 @@ Your goal: Earn 1,000 Codepoints."); { if (AppearanceManager.OpenForms.Count <= 1) { - Console.WriteLine(""); + //Console.WriteLine(""); Console.WriteLine("{WIN_CANTCLOSETERMINAL}"); try { |
