Remove 'TerrariaShock' in the console title

This commit is contained in:
Lucas Nicodemus 2015-02-28 12:01:45 -07:00
parent b3d00fa8f5
commit e2eb659d62

View file

@ -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);