Ignore:
Timestamp:
May 19, 2016, 5:28:45 PM (8 years ago)
Author:
alloc
Message:

fixes 8_11_14_1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/API/GetPlayersLocation.cs

    r268 r277  
    4747                                        pJson.Add ("totalplaytime", new JSONNumber (p.TotalPlayTime));
    4848                                        pJson.Add ("lastonline", new JSONString (p.LastOnline.ToString ("s")));
     49                                        pJson.Add ("ping", new JSONNumber (p.IsOnline ? p.ClientInfo.ping : -1));
    4950
    5051                                        playersJsResult.Add (pJson);
Note: See TracChangeset for help on using the changeset viewer.