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;