Sfoglia il codice sorgente

Remove my mistakes

ManlyMarco 5 anni fa
parent
commit
50ea73bfbc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      BepInEx/Configuration/ConfigFile.cs

+ 1 - 1
BepInEx/Configuration/ConfigFile.cs

@@ -299,7 +299,7 @@ namespace BepInEx.Configuration
 		public event EventHandler<SettingChangedEventArgs> SettingChanged;
 
 		internal void OnSettingChanged(object sender, ConfigEntryBase changedEntryBase)
-		{ThreadingHelper.SynchronizingObject.InvokeRequired
+		{
 			if (changedEntryBase == null) throw new ArgumentNullException(nameof(changedEntryBase));
 
 			if (SaveOnConfigSet)