Changeset 448 for binary-improvements/MapRendering/Web/API/GetLandClaims.cs
- Timestamp:
- Jun 16, 2023, 3:31:26 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetLandClaims.cs
r446 r448 50 50 claimOwners.Add (owner); 51 51 52 owner.Add ("steamid", new JSONString (kvp.Key.PlatformId .CombinedString));52 owner.Add ("steamid", new JSONString (kvp.Key.PlatformId?.CombinedString ?? "")); 53 53 owner.Add ("crossplatformid", new JSONString (kvp.Key.CrossPlatformId?.CombinedString ?? "")); 54 54 owner.Add ("claimactive", new JSONBoolean (kvp.Key.LandProtectionActive));
Note:
See TracChangeset
for help on using the changeset viewer.