diff options
| author | Michael <[email protected]> | 2017-02-15 20:12:45 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-15 20:12:45 -0500 |
| commit | 5f331ab7066a41d1961538b39646f4ca29eb2567 (patch) | |
| tree | 8b4ec83b631a397a18b3071a7b765cc58fd68d08 | |
| parent | 337b25e3b35bfb5176d36d11166f7ba64e19d9af (diff) | |
| download | shiftos_thereturn-5f331ab7066a41d1961538b39646f4ca29eb2567.tar.gz shiftos_thereturn-5f331ab7066a41d1961538b39646f4ca29eb2567.tar.bz2 shiftos_thereturn-5f331ab7066a41d1961538b39646f4ca29eb2567.zip | |
I cut a parasite out of the code!
| -rw-r--r-- | ShiftOS_TheReturn/SaveSystem.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs index 862e1b9..90504bb 100644 --- a/ShiftOS_TheReturn/SaveSystem.cs +++ b/ShiftOS_TheReturn/SaveSystem.cs @@ -166,16 +166,6 @@ namespace ShiftOS.Engine Thread.Sleep(75); - - - if (Shiftorium.UpgradeInstalled("desktop")) - { - Console.Write("{START_DESKTOP}"); - - Thread.Sleep(50); - Console.WriteLine(" ...{DONE}."); - } - Thread.Sleep(50); Console.WriteLine("{SYSTEM_INITIATED}"); |
