Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Fix to handle exceptionally massive asteroid belts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xjph committed Jul 17, 2021
1 parent 86b1668 commit 58941b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Observatory/ScanEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public partial class Ring
public string RingClass { get; set; }

[JsonProperty("MassMT", NullValueHandling = NullValueHandling.Ignore)]
public long? MassMT { get; set; }
public ulong? MassMT { get; set; }

[JsonProperty("InnerRad", NullValueHandling = NullValueHandling.Ignore)]
public long? InnerRad { get; set; }
Expand Down

0 comments on commit 58941b1

Please sign in to comment.