updated scope fix name

This commit is contained in:
notGreg 2022-09-19 00:03:42 +02:00
parent 22660a815f
commit c3281a0f37

View File

@ -39,7 +39,7 @@ namespace ScopeTweaks
40, 40,
new ConfigDescription("Scope camera resolution scale", new AcceptableValueRange<int>(25, 100))); new ConfigDescription("Scope camera resolution scale", new AcceptableValueRange<int>(25, 100)));
scopeFixType = Config.Bind("General", "Disable ADS FOV scaling", EFOVScalingMode.Enabled, new ConfigDescription("")); scopeFixType = Config.Bind("General", "High FOV scope tweak", EFOVScalingMode.Enabled, new ConfigDescription(""));
} }
Camera FPSCamera = null; Camera FPSCamera = null;