Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
fix pauselayer hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Apr 28, 2024
1 parent 5ce5e17 commit d819b8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/gd.hpp
4 changes: 2 additions & 2 deletions src/standalone/hooks/PauseLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

#include "../../shared/hacks/hide-pause/hide-pause.hpp"

namespace openhack::hooks::HardStreak {
namespace openhack::hooks::PauseLayer {
void customSetup(gd::PauseLayer* self) {
hacks::HidePause::customSetup(self);
gd::hook::HardStreak::customSetup(self);
gd::hook::PauseLayer::customSetup(self);
}

void installHooks() {
Expand Down

0 comments on commit d819b8d

Please sign in to comment.