- Timestamp:
- Aug 13, 2014, 4:52:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/ConsoleOutputSeparator.cs
r107 r115 50 50 } else { 51 51 if (console.telnetServer != null && issuerOfCurrentTelnetCommand != null) 52 AllocsNetTelnetServer.WriteToClient (_line, issuerOfCurrentTelnetCommand);52 AllocsNetTelnetServer.WriteToClient_Single (_line, issuerOfCurrentTelnetCommand); 53 53 else if (ControlPanel.IsStarted ()) 54 54 ControlPanel.AddTextToOutputBuffer (_line);
Note:
See TracChangeset
for help on using the changeset viewer.