We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddf271 commit fc6c8bcCopy full SHA for fc6c8bc
Models/Minecraft/Spigot/SpigotManifest.cs
@@ -22,7 +22,7 @@ public class SpigotResponse
22
public string Md5 { get; set; }
23
24
[JsonProperty("built")]
25
- public int Built { get; set; }
+ public long Built { get; set; }
26
27
public GameUpdate GetGameUpdate()
28
{
@@ -76,4 +76,4 @@ public static SpigotVersionManifest GetManifests()
76
}
77
78
79
-}
+}
0 commit comments