Build script alterations, submodule update
This commit is contained in:
parent
272cc31b28
commit
703a31580e
6 changed files with 105 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue