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

Commit d819b8d

Browse files
committed
fix pauselayer hook
1 parent 5ce5e17 commit d819b8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

libs/gd.hpp

src/standalone/hooks/PauseLayer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

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

6-
namespace openhack::hooks::HardStreak {
6+
namespace openhack::hooks::PauseLayer {
77
void customSetup(gd::PauseLayer* self) {
88
hacks::HidePause::customSetup(self);
9-
gd::hook::HardStreak::customSetup(self);
9+
gd::hook::PauseLayer::customSetup(self);
1010
}
1111

1212
void installHooks() {

0 commit comments

Comments
 (0)