- Timestamp:
- May 19, 2016, 5:28:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetPlayersLocation.cs
r268 r277 47 47 pJson.Add ("totalplaytime", new JSONNumber (p.TotalPlayTime)); 48 48 pJson.Add ("lastonline", new JSONString (p.LastOnline.ToString ("s"))); 49 pJson.Add ("ping", new JSONNumber (p.IsOnline ? p.ClientInfo.ping : -1)); 49 50 50 51 playersJsResult.Add (pJson);
Note:
See TracChangeset
for help on using the changeset viewer.