Index: binary-improvements/MapRendering/Web/API/GetPlayersLocation.cs
===================================================================
--- binary-improvements/MapRendering/Web/API/GetPlayersLocation.cs	(revision 254)
+++ binary-improvements/MapRendering/Web/API/GetPlayersLocation.cs	(revision 256)
@@ -39,4 +39,5 @@
                     JSONObject pJson = new JSONObject ();
                     pJson.Add("steamid", new JSONString (sid));
+					pJson.Add("entityid", new JSONNumber (p.EntityID));
                     pJson.Add("ip", new JSONString (p.IP));
                     pJson.Add("name", new JSONString (p.Name));
Index: binary-improvements/MapRendering/Web/API/GetPlayersOnline.cs
===================================================================
--- binary-improvements/MapRendering/Web/API/GetPlayersOnline.cs	(revision 254)
+++ binary-improvements/MapRendering/Web/API/GetPlayersOnline.cs	(revision 256)
@@ -25,4 +25,5 @@
 				JSONObject p = new JSONObject();
 				p.Add ("steamid", new JSONString (ci.playerId));
+				p.Add ("entityid", new JSONNumber (ci.entityId));
 				p.Add ("ip", new JSONString (ci != null ? ci.ip : string.Empty));
 				p.Add ("name", new JSONString (current.Value.EntityName));
