Skip to content

Commit

Permalink
Remove obsolete FORCE_LOAD IncompatibleConfigurationHandlingOption
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra authored and Banane9 committed Jul 11, 2024
1 parent 23a5862 commit 3c704fc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions MonkeyLoader.GamePacks.ResoniteModLoader/ModConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ public enum IncompatibleConfigurationHandlingOption
/// </summary>
CLOBBER,

/// <summary>
/// Ignore the version number and attempt to load the config from disk.
/// </summary>
[Obsolete("Use IncompatibleConfigurationHandlingOption.FORCELOAD Instead")]
FORCE_LOAD,

/// <summary>
/// Ignore the version number and attempt to load the config from disk.
/// </summary>
Expand Down

0 comments on commit 3c704fc

Please sign in to comment.