Skip to content

Commit

Permalink
Fix lua error (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrb93 authored Jan 25, 2024
1 parent 9dd1757 commit 55a93eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/starfall/libs_sh/bit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function ss_methods:skip(length)
self.subindex = 1
end
else
self.index = #self.index + 1
self.index = self.index + 1
self.subindex = 1
break
end
Expand Down

0 comments on commit 55a93eb

Please sign in to comment.