nodeapply: fix luacheck errors

This commit is contained in:
Starbeamrainbowlabs 2023-11-28 00:32:47 +00:00
parent e886bcb8f2
commit 757f6de3b5
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ local Vector3 = wea_c.Vector3
-- 2. Error message if success bool == false, otherwise the string from before the delimiter
-- 3. The command name
-- 4. Any arguments to pass to the child command
function extract_parts(params_text)
local function extract_parts(params_text)
-- 1: Find delimiter
local index, _, match = string.find(params_text, "(%s+--%s+)")
if index == nil then