Disable XeLL hooking for now

This commit is contained in:
FakeMichau
2026-06-22 16:29:39 +02:00
parent 54d99b430b
commit 2fa2ce9ace
+1 -1
View File
@@ -197,7 +197,7 @@ class XeLLProxy
_dllPath = std::wstring(modulePath);
LOG_INFO("Loaded from {}", wstring_to_string(_dllPath));
return HookXeLL(mainModule);
// return HookXeLL(mainModule);
}
return false;