Ignore:
Timestamp:
Aug 30, 2014, 6:11:18 PM (10 years ago)
Author:
alloc
Message:

Fixes

File:
1 edited

Legend:

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

    r130 r144  
    3232                                        }
    3333                                        m_Console.SendResult (string.Concat (new object[]
    34                         {
    35                                 string.Empty,
    36                                 ++num,
    37                                 ". id=",
    38                                 current.Value.fd008f,
    39                                 ", ",
    40                                 current.Value.EntityName,
    41                                 ", pos=",
    42                                 current.Value.GetPosition (),
    43                                 ", rot=",
    44                                 current.Value.rotation,
    45                                 ", remote=",
    46                                 current.Value.fd00b2,
    47                                 ", health=",
    48                                 current.Value.Health,
    49                                 ", deaths=",
    50                                 current.Value.Died,
    51                                 ", zombies=",
    52                                 current.Value.KilledZombies,
    53                                 ", players=",
    54                                 current.Value.KilledPlayers,
    55                                 ", score=",
    56                                 current.Value.Score,
    57                                 ", steamid=",
    58                                 CommonMappingFunctions.GetSteamID (ci),
    59                                 ", ip=",
    60                                 ip,
    61                                 ", ping=",
    62                                 current.Value.pingToServer
    63                         }
     34                                                {
     35                                                        string.Empty,
     36                                                        ++num,
     37                                                        ". id=",
     38                                                        current.Value.fd008f,
     39                                                        ", ",
     40                                                        current.Value.EntityName,
     41                                                        ", pos=",
     42                                                        current.Value.GetPosition (),
     43                                                        ", rot=",
     44                                                        current.Value.rotation,
     45                                                        ", remote=",
     46                                                        current.Value.fd00b2,
     47                                                        ", health=",
     48                                                        current.Value.Health,
     49                                                        ", deaths=",
     50                                                        current.Value.Died,
     51                                                        ", zombies=",
     52                                                        current.Value.KilledZombies,
     53                                                        ", players=",
     54                                                        current.Value.KilledPlayers,
     55                                                        ", score=",
     56                                                        current.Value.Score,
     57                                                        ", steamid=",
     58                                                        CommonMappingFunctions.GetSteamID (ci),
     59                                                        ", ip=",
     60                                                        ip,
     61                                                        ", ping=",
     62                                                        current.Value.pingToServer
     63                                                }
    6464                                        )
    6565                                        );
Note: See TracChangeset for help on using the changeset viewer.