Build script alterations, submodule update

This commit is contained in:
Luke 2016-12-10 21:54:43 +10:00
parent 272cc31b28
commit 703a31580e
6 changed files with 105 additions and 18 deletions

View file

@ -158,7 +158,6 @@ namespace TShockAPI.Sockets
{
try
{
Console.WriteLine("Creating linux socket");
ISocket socket = new LinuxTcpSocket(this._listener.AcceptTcpClient());
Console.WriteLine(Language.GetTextValue("Net.ClientConnecting", socket.GetRemoteAddress()));
this._listenerCallback(socket);