From c4433ca778302ad4fa9851bfdccf22e0b190fe43 Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Sat, 29 Oct 2022 03:20:17 -0700 Subject: [PATCH] load ParticleCUI --- LiteLoader/Main/Loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiteLoader/Main/Loader.cpp b/LiteLoader/Main/Loader.cpp index 16a7730..b0612cf 100644 --- a/LiteLoader/Main/Loader.cpp +++ b/LiteLoader/Main/Loader.cpp @@ -184,7 +184,7 @@ void LoadParticleAPI() { auto lib = LoadLibrary(str2wstr(path).c_str()); if (lib) { logger.info(tr("ll.loader.loadParticleAPI.success")); - //ParticleCUI::init(lib); + ParticleCUI::init(lib); } else { logger.error("Fail to load ParticleAPI!"); logger.error("Error: Code[{}] - {}", GetLastError(), GetLastErrorMessage());