Ignore:
Timestamp:
Aug 13, 2014, 4:52:22 PM (10 years ago)
Author:
alloc
Message:

Fixes: Changed to a single solution for both patcher + fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/ConsoleOutputSeparator.cs

    r107 r115  
    5050                } else {
    5151                        if (console.telnetServer != null && issuerOfCurrentTelnetCommand != null)
    52                                 AllocsNetTelnetServer.WriteToClient (_line, issuerOfCurrentTelnetCommand);
     52                                AllocsNetTelnetServer.WriteToClient_Single (_line, issuerOfCurrentTelnetCommand);
    5353                        else if (ControlPanel.IsStarted ())
    5454                                ControlPanel.AddTextToOutputBuffer (_line);
Note: See TracChangeset for help on using the changeset viewer.