mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-03-31 14:02:28 +02:00
split_shell: remove unused argument
This commit is contained in:
@ -15,7 +15,7 @@ local function is_whitespace(char)
|
||||
return char:match("%s")
|
||||
end
|
||||
|
||||
local function split_shell(text, autotrim)
|
||||
local function split_shell(text)
|
||||
local text_length = #text
|
||||
local scan_pos = 1
|
||||
local result = { }
|
||||
|
Reference in New Issue
Block a user