Changeset 448 for binary-improvements/MapRendering
- Timestamp:
- Jun 16, 2023, 3:31:26 PM (17 months ago)
- Location:
- binary-improvements/MapRendering
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/ModInfo.xml
r446 r448 5 5 <Description value="Render the game map to image map tiles as it is uncovered" /> 6 6 <Author value="Christian 'Alloc' Illy" /> 7 <Version value="4 1" />7 <Version value="42" /> 8 8 <Website value="http://7dtd.illy.bz" /> 9 9 </ModInfo> -
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.