Skip to content

Commit

Permalink
Update onPosition.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
swkeep committed Nov 15, 2024
1 parent bf76f41 commit fcc9358
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions interactionMenu/lua/examples/onPosition.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ local function init()
}
end

SetTimeout(4000, function()
exports['interactionMenu']:set {
menuId = menus[1],
type = 'position',
value = positions[11]
}
end)
-- SetTimeout(4000, function()
-- exports['interactionMenu']:set {
-- menuId = menus[1],
-- type = 'position',
-- value = positions[11]
-- }
-- end)
end

local function cleanup()
Expand Down

0 comments on commit fcc9358

Please sign in to comment.