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/GetPlayersOnline.cs

    r268 r277  
    3131                                p.Add ("position", pos);
    3232
     33                                // Deprecated!
    3334                                p.Add ("experience", new JSONNumber (player != null ? player.Experience : 0));
     35
    3436                                p.Add ("level", new JSONNumber (player != null ? player.Level : -1));
    3537                                p.Add ("health", new JSONNumber (current.Value.Health));
     
    4244                                p.Add ("totalplaytime", new JSONNumber (player != null ? player.TotalPlayTime : -1));
    4345                                p.Add ("lastonline", new JSONString (player != null ? player.LastOnline.ToString ("s") : string.Empty));
     46                                p.Add ("ping", new JSONNumber (ci != null ? ci.ping : -1));
    4447
    4548                                players.Add(p);
Note: See TracChangeset for help on using the changeset viewer.