From 861ba0493eec15d85d830edda7137b6ffab9b4d9 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 28 Feb 2015 17:43:08 -0700 Subject: [PATCH] Remove gimmick logo used to promote 4.0 --- TShockAPI/TShock.cs | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 0b29c725..f7d60c09 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -129,9 +129,6 @@ namespace TShockAPI { HandleCommandLine(Environment.GetCommandLineArgs()); - if (Version.Major >= 4) - getTShockAscii(); - if (!Directory.Exists(SavePath)) Directory.CreateDirectory(SavePath); @@ -204,7 +201,7 @@ namespace TShockAPI } #if DEBUG - var level = LogLevel.All; + var level = LogLevel.All; #else var level = LogLevel.All & ~LogLevel.Debug; #endif @@ -297,25 +294,6 @@ namespace TShockAPI } } - private static void getTShockAscii() - { -// ReSharper disable LocalizableElement - Console.Write(" ___ ___ ___ ___ ___ \n" + - " ___ / /\\ /__/\\ / /\\ / /\\ /__/| \n" + - " / /\\ / /:/_ \\ \\:\\ / /::\\ / /:/ | |:| \n" + - " / /:/ / /:/ /\\ \\__\\:\\ / /:/\\:\\ / /:/ | |:| \n" + - " / /:/ / /:/ /::\\ ___ / /::\\ / /:/ \\:\\ / /:/ ___ __| |:| \n" + - " / /::\\ /__/:/ /:/\\:\\/__/\\ /:/\\:\\/__/:/ \\__\\:\\/__/:/ / /\\/__/\\_|:|____\n" + - "/__/:/\\:\\\\ \\:\\/:/~/:/\\ \\:\\/:/__\\/\\ \\:\\ / /:/\\ \\:\\ / /:/\\ \\:\\/:::::/\n" + - "\\__\\/ \\:\\\\ \\::/ /:/ \\ \\::/ \\ \\:\\ /:/ \\ \\:\\ /:/ \\ \\::/~~~~ \n" + - " \\ \\:\\\\__\\/ /:/ \\ \\:\\ \\ \\:\\/:/ \\ \\:\\/:/ \\ \\:\\ \n" + - " \\__\\/ /__/:/ \\ \\:\\ \\ \\::/ \\ \\::/ \\ \\:\\ \n" + - " \\__\\/ \\__\\/ \\__\\/ \\__\\/ \\__\\/ \n" + - ""); - Console.WriteLine("TShock for Terraria is open & free software. If you paid, you were scammed."); -// ReSharper restore LocalizableElement - } - protected override void Dispose(bool disposing) { if (disposing)