diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 44948484..d309bd07 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -220,6 +220,10 @@ namespace TShockAPI Main.ServerSideCharacter = ServerSideCharacterConfig.Enabled; + //TSAPI previously would do this automatically, but the vanilla server wont + if (Netplay.ServerIP == null) + Netplay.ServerIP = IPAddress.Any; + DateTime now = DateTime.Now; // Log path was not already set by the command line parameter? if (LogPath == LogPathDefault)