Ignore:
Timestamp:
Sep 13, 2014, 12:55:47 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

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

    r189 r190  
    4848                        } else {
    4949                                if (console.telnetServer != null && issuerOfCurrentCommand != null)
    50                                         NetTelnetServer.WriteToClient_Single (_line, issuerOfCurrentCommand);
     50                                        issuerOfCurrentCommand.SendLine (_line);
    5151                                else if (ControlPanel.IsStarted ())
    5252                                        ControlPanel.AddTextToOutputBuffer (_line);
Note: See TracChangeset for help on using the changeset viewer.