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

Commit fdeacc4

Browse files
committed
fix: bunnyhop
1 parent 9a41935 commit fdeacc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/bunnyhop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ void features::misc::bunnyhop()
88
if (!g_Options.Misc.Helpers.Bunnyhop)
99
return;
1010

11-
if (g_LocalPlayer.exists())
11+
if (!g_LocalPlayer.exists())
1212
return;
1313

1414
if (g_Client.isMouseEnabled())

0 commit comments

Comments
 (0)