Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: removing noise 2
Browse files Browse the repository at this point in the history
Co-authored-by: Manason <[email protected]>
artur-michalak and Manason authored May 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ec4e085 commit 24be50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
@@ -159,7 +159,7 @@ end
local function updateScaleform()
if previousButtonID == currentButtonID then return end

for i = 1, #spawns, 1 do
for i = 1, #spawns do
BeginScaleformMovieMethod(scaleform, 'REMOVE_HIGHLIGHT')
ScaleformMovieMethodAddParamInt(i)
EndScaleformMovieMethod()

0 comments on commit 24be50a

Please sign in to comment.