Skip to content

Commit

Permalink
Make changeToolFunc global
Browse files Browse the repository at this point in the history
Signed-off-by: RyanLua <80087248+RyanLua@users.noreply.github.com>
  • Loading branch information
RyanLua committed Aug 21, 2023
1 parent 801cce5 commit 4ba5344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Satchel/SatchelScript/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ end
-- end
-- end

local function changeToolFunc(inputState: Enum.UserInputState, inputObject: InputObject): ()
function changeToolFunc(inputState: Enum.UserInputState, inputObject: InputObject): ()
if inputState ~= Enum.UserInputState.Begin then
return
end
Expand Down

0 comments on commit 4ba5344

Please sign in to comment.