Ignore:
Timestamp:
Jun 16, 2023, 3:31:26 PM (17 months ago)
Author:
alloc
Message:

24_29_42

Location:
binary-improvements/MapRendering
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/ModInfo.xml

    r446 r448  
    55                <Description value="Render the game map to image map tiles as it is uncovered" />
    66                <Author value="Christian 'Alloc' Illy" />
    7                 <Version value="41" />
     7                <Version value="42" />
    88                <Website value="http://7dtd.illy.bz" />
    99        </ModInfo>
  • binary-improvements/MapRendering/Web/API/GetLandClaims.cs

    r446 r448  
    5050                                claimOwners.Add (owner);
    5151
    52                                 owner.Add ("steamid", new JSONString (kvp.Key.PlatformId.CombinedString));
     52                                owner.Add ("steamid", new JSONString (kvp.Key.PlatformId?.CombinedString ?? ""));
    5353                                owner.Add ("crossplatformid", new JSONString (kvp.Key.CrossPlatformId?.CombinedString ?? ""));
    5454                                owner.Add ("claimactive", new JSONBoolean (kvp.Key.LandProtectionActive));
Note: See TracChangeset for help on using the changeset viewer.