From 46ed829312086ce5e6b38ec6f21d7659bb40b384 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 4 Jul 2015 15:17:25 -0600 Subject: [PATCH] Fix build on Mono --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index da8af602..e31bd86b 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -919,7 +919,7 @@ namespace TShockAPI 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.ServerIP.MapToIPv4().ToString(), Netplay.ListenPort, Version); + Config.MaxSlots, Netplay.ServerIP.ToString(), Netplay.ListenPort, Version); } /// OnHardUpdate - Fired when a hardmode tile update event happens.