Remove gimmick logo used to promote 4.0
This commit is contained in:
parent
34126651aa
commit
861ba0493e
1 changed files with 1 additions and 23 deletions
|
|
@ -129,9 +129,6 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
HandleCommandLine(Environment.GetCommandLineArgs());
|
HandleCommandLine(Environment.GetCommandLineArgs());
|
||||||
|
|
||||||
if (Version.Major >= 4)
|
|
||||||
getTShockAscii();
|
|
||||||
|
|
||||||
if (!Directory.Exists(SavePath))
|
if (!Directory.Exists(SavePath))
|
||||||
Directory.CreateDirectory(SavePath);
|
Directory.CreateDirectory(SavePath);
|
||||||
|
|
||||||
|
|
@ -204,7 +201,7 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
var level = LogLevel.All;
|
var level = LogLevel.All;
|
||||||
#else
|
#else
|
||||||
var level = LogLevel.All & ~LogLevel.Debug;
|
var level = LogLevel.All & ~LogLevel.Debug;
|
||||||
#endif
|
#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)
|
protected override void Dispose(bool disposing)
|
||||||
{
|
{
|
||||||
if (disposing)
|
if (disposing)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue