- Timestamp:
- Aug 9, 2017, 7:43:07 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetPlayersOnline.cs
r277 r309 26 26 p.Add ("steamid", new JSONString (ci.playerId)); 27 27 p.Add ("entityid", new JSONNumber (ci.entityId)); 28 p.Add ("ip", new JSONString (ci != null ? ci.ip : string.Empty));28 p.Add ("ip", new JSONString (ci.ip)); 29 29 p.Add ("name", new JSONString (current.Value.EntityName)); 30 30 p.Add ("online", new JSONBoolean (true));
Note:
See TracChangeset
for help on using the changeset viewer.