Ignore:
Timestamp:
Aug 9, 2017, 7:43:07 PM (7 years ago)
Author:
alloc
Message:

Fixes 14_16_21

File:
1 edited

Legend:

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

    r277 r309  
    2626                                p.Add ("steamid", new JSONString (ci.playerId));
    2727                                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));
    2929                                p.Add ("name", new JSONString (current.Value.EntityName));
    3030                                p.Add ("online", new JSONBoolean (true));
Note: See TracChangeset for help on using the changeset viewer.