- Timestamp:
- Feb 7, 2016, 12:47:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetPlayersLocation.cs
r253 r256 39 39 JSONObject pJson = new JSONObject (); 40 40 pJson.Add("steamid", new JSONString (sid)); 41 pJson.Add("entityid", new JSONNumber (p.EntityID)); 41 42 pJson.Add("ip", new JSONString (p.IP)); 42 43 pJson.Add("name", new JSONString (p.Name));
Note:
See TracChangeset
for help on using the changeset viewer.