From 4ef7aeb815e386855ceb4d6f7339df74c5009d21 Mon Sep 17 00:00:00 2001 From: bqmb3 Date: Wed, 12 Jun 2024 16:33:28 +0900 Subject: [PATCH] Fix SetLocked LDoc --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 0697a55..dab75c2 100644 --- a/main.lua +++ b/main.lua @@ -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)