- Timestamp:
- Aug 13, 2014, 4:52:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/src/AllocsNetTelnetServer.cs
r107 r115 153 153 } 154 154 } catch (Exception e) { 155 Log.Out ("Error in AllocsTelnetServer.Rem voeClosedConnections: " + e);155 Log.Out ("Error in AllocsTelnetServer.RemoveClosedConnections: " + e); 156 156 } 157 157 } … … 169 169 } 170 170 171 public static void WriteToClient (string line, AllocsTelnetConnection client)171 public static void WriteToClient_Single (string line, AllocsTelnetConnection client) 172 172 { 173 173 if (line == null) {
Note:
See TracChangeset
for help on using the changeset viewer.