Skip to content

Commit

Permalink
whoopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxann committed Jan 28, 2025
1 parent 155a2d0 commit 6ed228a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/features/self/SpeedUpMoonshine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace YimMenu::Features
static int LastCheck = 0;
auto MoonshineGlobal = ScriptGlobal(1297600).At(Self::GetPlayer().GetId(), 87).At(19);

if (!MoonshineGlobal.CanAccess() || MISC::GET_SYSTEM_TIME() - LastCheck < 1000)
if (!MoonshineGlobal.CanAccess(true) || MISC::GET_SYSTEM_TIME() - LastCheck < 1000)
return;

LastCheck = MISC::GET_SYSTEM_TIME();
Expand Down

0 comments on commit 6ed228a

Please sign in to comment.