Remove 'TerrariaShock' in the console title
This commit is contained in:
parent
b3d00fa8f5
commit
e2eb659d62
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue