3.6.0 Update

This commit is contained in:
dvize
2023-07-28 08:37:19 -07:00
parent 82f4b916fe
commit f01a1bde35
2 changed files with 3 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ using EFT;
namespace armorMod
{
[BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.0")]
[BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.1")]
public class AssPlugin : BaseUnityPlugin
{
@@ -19,10 +19,6 @@ namespace armorMod
{
get; set;
}
/*private ConfigEntry<Boolean> LoseInsuranceOnRepair
{
get; set;
}*/
internal static ConfigEntry<float> TimeDelayRepairInSec
{
get; set;