Remove Faceshield mask option since thats item template related anyways

This commit is contained in:
dvize
2023-06-29 13:50:20 -07:00
parent d00c6cf3a8
commit aa81d98238
2 changed files with 20 additions and 51 deletions

View File

@@ -58,11 +58,6 @@ namespace armorMod
}
internal static ConfigEntry<Boolean> fixFaceShieldBullets
{
get; set;
}
internal static ConfigEntry<Boolean> faceShieldNoMask
{
get; set;
}
@@ -97,9 +92,6 @@ namespace armorMod
fixFaceShieldBullets = Config.Bind("Face Shield", "Fix Bullet Cracks", true, new ConfigDescription("Enables Repairing Bullet Cracks in FaceShield",
null, new ConfigurationManagerAttributes { IsAdvanced = false, Order = 2 }));
faceShieldNoMask = Config.Bind("Face Shield", "Change Limited View to Full View", true, new ConfigDescription("Changes the Helmet Vision Mask if its blocking",
null, new ConfigurationManagerAttributes { IsAdvanced = false, Order = 1 }));
new NewGamePatch().Enable();
}