Fix build on Mono
This commit is contained in:
parent
dbe08a1a75
commit
46ed829312
1 changed files with 1 additions and 1 deletions
|
|
@ -919,7 +919,7 @@ namespace TShockAPI
|
||||||
Console.Title = string.Format("{0}{1}/{2} @ {3}:{4} (TShock for Terraria v{5})",
|
Console.Title = string.Format("{0}{1}/{2} @ {3}:{4} (TShock for Terraria v{5})",
|
||||||
!string.IsNullOrWhiteSpace(Config.ServerName) ? Config.ServerName + " - " : "",
|
!string.IsNullOrWhiteSpace(Config.ServerName) ? Config.ServerName + " - " : "",
|
||||||
empty ? 0 : Utils.ActivePlayers(),
|
empty ? 0 : Utils.ActivePlayers(),
|
||||||
Config.MaxSlots, Netplay.ServerIP.MapToIPv4().ToString(), Netplay.ListenPort, Version);
|
Config.MaxSlots, Netplay.ServerIP.ToString(), Netplay.ListenPort, Version);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>OnHardUpdate - Fired when a hardmode tile update event happens.</summary>
|
/// <summary>OnHardUpdate - Fired when a hardmode tile update event happens.</summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue