From bdde1ec6b8990cc6c1ffd4611f91274bc7a656b8 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:56:55 -0700 Subject: [PATCH] update ifs_hook missing warning message --- src/spice2x/launcher/launcher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spice2x/launcher/launcher.cpp b/src/spice2x/launcher/launcher.cpp index 6e93f78..32b032b 100644 --- a/src/spice2x/launcher/launcher.cpp +++ b/src/spice2x/launcher/launcher.cpp @@ -2364,9 +2364,9 @@ int main_implementation(int argc, char *argv[]) { // layeredfs if (fileutils::dir_exists("data_mods") && GetModuleHandleA("ifs_hook.dll") == nullptr) { - log_warning("launcher", "data_mods directory found, but ifs_hook.dll is not present; mods will not load"); + log_warning("launcher", "data_mods directory found, but ifs_hook.dll is not loaded; mods will not load"); deferredlogs::defer_error_messages({ - "data_mods directory was found, but ifs_hook.dll is not present", + "data_mods directory was found, but ifs_hook.dll is not loaded", " your mods will not load", " to fix this, download ifs_layeredfs and add it as a DLL hook (-k)", " https://github.com/mon/ifs_layeredfs"