Skip to content

Commit c460ff6

Browse files
committed
Update SafeMode.cpp
1 parent a3d0720 commit c460ff6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Hacks/SafeMode.cpp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ class HackModuleDelegate : public ModuleChangeDelegate
4646
hasHackedAttempt = false;
4747

4848
updateInd();
49+
50+
if (PlayLayer::get())
51+
{
52+
if (auto stn = getChildOfType<StatusNode>(PlayLayer::get(), 0))
53+
{
54+
stn->update(1);
55+
stn->reorderSides();
56+
stn->reorderPosition();
57+
}
58+
}
4959
}
5060
};
5161

0 commit comments

Comments
 (0)