Ignore:
Timestamp:
Jul 20, 2014, 3:41:46 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

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

    r76 r91  
    6060                                SingletonMonoBehaviour<Authenticator>.Instance.GetPlayerId (current.Value.EntityName),
    6161                                ", ip=",
    62                                 ip
     62                                ip,
     63                                ", ping=",
     64                                current.Value.pingToServer
    6365                        }));
    6466                }
Note: See TracChangeset for help on using the changeset viewer.