Skip to content

Commit d601f30

Browse files
authored
Switch to non-strict type checking
Removes the warning for `Type Error: (10,3) Value of type 'nil' could be nil` Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
1 parent 9fab83e commit d601f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ContextAction.client.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--!strict
1+
--!nonstrict
22

33
local ContextActionService = game:GetService("ContextActionService")
44
local BackpackScript = require(script.Parent)

0 commit comments

Comments
 (0)