Skip to content

Commit 3c704fc

Browse files
NytraBanane9
authored andcommitted
Remove obsolete FORCE_LOAD IncompatibleConfigurationHandlingOption
1 parent 23a5862 commit 3c704fc

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

MonkeyLoader.GamePacks.ResoniteModLoader/ModConfiguration.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ public enum IncompatibleConfigurationHandlingOption
4848
/// </summary>
4949
CLOBBER,
5050

51-
/// <summary>
52-
/// Ignore the version number and attempt to load the config from disk.
53-
/// </summary>
54-
[Obsolete("Use IncompatibleConfigurationHandlingOption.FORCELOAD Instead")]
55-
FORCE_LOAD,
56-
5751
/// <summary>
5852
/// Ignore the version number and attempt to load the config from disk.
5953
/// </summary>

0 commit comments

Comments
 (0)