mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-18 09:07:51 +08:00
Add configurable reflection signature blacklist, extends to MCS as well
This commit is contained in:
@ -45,7 +45,7 @@ namespace UnityExplorer.Core.Input
|
||||
Unlock = ConfigManager.Force_Unlock_Mouse.Value;
|
||||
ConfigManager.Force_Unlock_Mouse.OnValueChanged += (bool val) => { Unlock = val; };
|
||||
|
||||
if (ConfigManager.Aggressive_Force_Unlock.Value)
|
||||
if (ConfigManager.Aggressive_Mouse_Unlock.Value)
|
||||
SetupAggressiveUnlock();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user