Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
marioCST committed Feb 10, 2023
1 parent 222b1a3 commit eb44bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Horion/Module/ModuleManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void ModuleManager::initModules() {
// moduleList.emplace_back(new InfiniteAura());
moduleList.emplace_back(new StackableItem());
moduleList.emplace_back(new InventoryMove());
// moduleList.push_back(new Notifications());
// moduleList.emplace_back(new Notifications());
moduleList.emplace_back(new AntiImmobile());
// moduleList.emplace_back(new Criticals());
moduleList.emplace_back(new ChestStealer());
Expand Down

0 comments on commit eb44bcf

Please sign in to comment.