From 1f19bb50c323cab495656d3714b55e8365a8b434 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 1 Dec 2011 22:18:07 -0700 Subject: [PATCH] Removed some useless code. --- TShockAPI/TShock.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 0bae017e..7fbcef4d 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -104,7 +104,6 @@ namespace TShockAPI [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2122:DoNotIndirectlyExposeMethodsWithLinkDemands")] public override void Initialize() { - Console.Title = "TerrariaShock" + VersionNum.ToString(); if (!Directory.Exists(SavePath)) Directory.CreateDirectory(SavePath);