commit
37764f06e2
|
@ -89,7 +89,7 @@ namespace StardewModdingAPI
|
|||
//user config with their values
|
||||
var u = baseConfig.JObject;
|
||||
|
||||
b.Merge(u);
|
||||
b.Merge(u, new JsonMergeSettings { MergeArrayHandling = MergeArrayHandling.Replace });
|
||||
|
||||
return (Config)b.ToObject(baseConfig.GetType());
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ namespace StardewModdingAPI
|
|||
|
||||
public const int MinorVersion = 38;
|
||||
|
||||
public const int PatchVersion = 4;
|
||||
public const int PatchVersion = 5;
|
||||
|
||||
public const string Build = "Alpha";
|
||||
|
||||
|
|
Loading…
Reference in New Issue