From 4531672cd4912bcee214029e38134fb6a7345e0c Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 17 Apr 2019 08:29:20 -0500 Subject: [PATCH] Updated ModPrefs obsolete message --- IPA.Loader/Config/ModPrefs.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPA.Loader/Config/ModPrefs.cs b/IPA.Loader/Config/ModPrefs.cs index 151162f0..ba255d9c 100644 --- a/IPA.Loader/Config/ModPrefs.cs +++ b/IPA.Loader/Config/ModPrefs.cs @@ -8,7 +8,7 @@ namespace IPA.Config /// /// Allows to get and set preferences for your mod. /// - [Obsolete("This uses IniFile")] + [Obsolete("Uses IniFile, which uses 16 bit system calls. Use BS Utils INI system for now.")] public interface IModPrefs { /// @@ -88,7 +88,7 @@ namespace IPA.Config /// /// Allows to get and set preferences for your mod. /// - [Obsolete("This uses IniFile, which is dumb")] + [Obsolete("Uses IniFile, which uses 16 bit system calls. Use BS Utils INI system for now.")] public class ModPrefs : IModPrefs { private static ModPrefs _staticInstance;