Skip to content

Commit

Permalink
Renamed EnableSeasonRestrictions to DisableSeasonRestrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoked-Fish committed Jun 9, 2024
1 parent 2c4c5fe commit e824216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public sealed class ModConfig : IConfigurable
public bool EnablePlanting { get; set; }

[DefaultValue(false, "Farming")]
public bool EnableSeasonRestrictions { get; set; }
public bool DisableSeasonRestrictions { get; set; }

[DefaultValue(false, "Farming")]
public bool EnableDiggingAll { get; set; }
Expand Down

0 comments on commit e824216

Please sign in to comment.