Ignore:
Timestamp:
Jul 26, 2015, 4:47:49 PM (9 years ago)
Author:
alloc
Message:

Fixes

File:
1 edited

Legend:

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

    r244 r245  
    5353                                                owner.Add ("claimactive", new JSONBoolean (isActive));
    5454
     55                                                if (PersistentContainer.Instance.Players [curID, false] != null) {
     56                                                        owner.Add ("playername", new JSONString (PersistentContainer.Instance.Players [curID, false].Name));
     57                                                } else {
     58                                                        owner.Add ("playername", new JSONNull ());
     59                                                }
     60
    5561                                                JSONArray claims = new JSONArray ();
    5662                                                owner.Add ("claims", claims);
Note: See TracChangeset for help on using the changeset viewer.