From be7c40611a57d6dac0e3367a8390292d122b9857 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 17 Jul 2019 15:58:33 -0500 Subject: [PATCH] Removed the yeeter option from the config --- IPA.Loader/Config/SelfConfig.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index cb7ae0c2..44e53ba0 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -41,9 +41,6 @@ namespace IPA.Config public bool Regenerate = true; - [Obsolete("No longer does anything, built-in mod yeeter always disabled")] - public bool ApplyAntiYeet = false; - public class UpdateObject { public bool AutoUpdate = true;