From e2eb659d62fbc0fd5a0b5bbb7124b3df0bee41b7 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 28 Feb 2015 12:01:45 -0700 Subject: [PATCH] Remove 'TerrariaShock' in the console title --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 654481c2..61a51a16 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -849,7 +849,7 @@ namespace TShockAPI private void SetConsoleTitle(bool empty) { - Console.Title = string.Format("{0}{1}/{2} @ {3}:{4} (TerrariaShock v{5})", + Console.Title = string.Format("{0}{1}/{2} @ {3}:{4} (TShock for Terraria v{5})", !string.IsNullOrWhiteSpace(Config.ServerName) ? Config.ServerName + " - " : "", empty ? 0 : Utils.ActivePlayers(), Config.MaxSlots, Netplay.serverListenIP, Netplay.serverPort, Version);