Ignore:
Timestamp:
Jul 27, 2022, 7:16:34 PM (2 years ago)
Author:
alloc
Message:

Fixed stuff using InternalId for every storage/lookup instead of a mix of both Native+Internal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/API/GetPlayersOnline.cs

    r369 r371  
    1313                        foreach (KeyValuePair<int, EntityPlayer> current in w.Players.dict) {
    1414                                ClientInfo ci = ConnectionManager.Instance.Clients.ForEntityId (current.Key);
    15                                 Player player = PersistentContainer.Instance.Players [ci.PlatformId, false];
     15                                Player player = PersistentContainer.Instance.Players [ci.InternalId, false];
    1616
    1717                                JSONObject pos = new JSONObject ();
Note: See TracChangeset for help on using the changeset viewer.