diff --git a/OptiScaler/proxies/XeLL_Proxy.h b/OptiScaler/proxies/XeLL_Proxy.h index 747c22f0..f2ec1f5c 100644 --- a/OptiScaler/proxies/XeLL_Proxy.h +++ b/OptiScaler/proxies/XeLL_Proxy.h @@ -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;