Skip to content

Commit

Permalink
Fix SetLocked LDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bqmb3 committed Jun 12, 2024
1 parent 2d662b2 commit 4ef7aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ end

--- Sets the locked state of the specified items.
-- @tparam table Items Items to lock or unlock
-- @tparam table Locked|boolean Locked state
-- @tparam table|boolean Locked Locked state
-- @treturn nil
function F3X:SetLocked(Items, Locked)
assert(self.reinit, errors.notIntialized)
Expand Down

0 comments on commit 4ef7aeb

Please sign in to comment.