Skip to content

Commit

Permalink
Merge pull request NRGJobro#35 from AneryCoft/patch-11
Browse files Browse the repository at this point in the history
Update ModuleManager.cpp
  • Loading branch information
NRGJobro authored Aug 1, 2022
2 parents 777385e + af16c90 commit 8e08cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Horion/Module/ModuleManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void ModuleManager::initModules() {
moduleList.push_back(std::shared_ptr<IModule>(new HudModule()));
moduleList.push_back(std::shared_ptr<IModule>(new Killaura()));
moduleList.push_back(std::shared_ptr<IModule>(new ESP()));
moduleList.push_back(std::shared_ptr<IModule>(new Jetpack()));
//moduleList.push_back(std::shared_ptr<IModule>(new Jetpack()));
moduleList.push_back(std::shared_ptr<IModule>(new Aimbot()));
moduleList.push_back(std::shared_ptr<IModule>(new TriggerBot()));
moduleList.push_back(std::shared_ptr<IModule>(new StorageESP()));
Expand Down Expand Up @@ -85,7 +85,7 @@ void ModuleManager::initModules() {
moduleList.push_back(std::shared_ptr<IModule>(new NightMode()));
moduleList.push_back(std::shared_ptr<IModule>(new NoSwing()));
//moduleList.push_back(std::shared_ptr<IModule>(new CubeGlide()));
moduleList.push_back(std::shared_ptr<IModule>(new AirStuck()));
//moduleList.push_back(std::shared_ptr<IModule>(new AirStuck()));
moduleList.push_back(std::shared_ptr<IModule>(new Zoom()));
moduleList.push_back(std::shared_ptr<IModule>(new Teams()));
moduleList.push_back(std::shared_ptr<IModule>(new Nbt()));
Expand Down

0 comments on commit 8e08cad

Please sign in to comment.