- Timestamp:
- Sep 4, 2018, 2:33:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetPlayersOnline.cs
r325 r326 41 41 p.Add ("totalplaytime", new JSONNumber (player != null ? player.TotalPlayTime : -1)); 42 42 p.Add ("lastonline", new JSONString (player != null ? player.LastOnline.ToString ("s") : string.Empty)); 43 p.Add ("ping", new JSONNumber (ci != null ? ci.ping : -1));43 p.Add ("ping", new JSONNumber (ci.ping)); 44 44 45 45 players.Add (p);
Note:
See TracChangeset
for help on using the changeset viewer.