Ignore:
Timestamp:
Jul 26, 2014, 4:41:11 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

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

    r103 r107  
    2929                                        ip = ci.networkPlayer.ipAddress;
    3030                                }
    31                                 m_Console.md000a (string.Concat (new object[]
     31                                m_Console.SendResult (string.Concat (new object[]
    3232                        {
    3333                                string.Empty,
     
    6363                                );
    6464                        }
    65                         m_Console.md000a ("Total of " + w.playerEntities.list.Count + " in the game");
     65                        m_Console.SendResult ("Total of " + w.playerEntities.list.Count + " in the game");
    6666                } catch (Exception e) {
    6767                        Log.Out ("Error in ListPlayersExtended.Run: " + e);
Note: See TracChangeset for help on using the changeset viewer.