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());