diff --git a/ItemSellPrice/Plugin.cs b/ItemSellPrice/Plugin.cs index 6bc6715..fa6f79f 100644 --- a/ItemSellPrice/Plugin.cs +++ b/ItemSellPrice/Plugin.cs @@ -68,10 +68,8 @@ namespace IcyClawz.ItemSellPrice public class SecureContainerPatch : ModulePatch { - protected override MethodBase GetTargetMethod() - { - return typeof(ItemContainerClass).GetConstructors()[0]; - } + protected override MethodBase GetTargetMethod() => + typeof(ItemContainerClass).GetConstructors()[0]; [PatchPostfix] private static void PatchPostfix(ref ItemContainerClass __instance)