mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-01-14 00:17:29 +01:00
split_shell: remove unused argument
This commit is contained in:
parent
9761fec6e7
commit
270cbd5aae
@ -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 = { }
|
||||
|
Loading…
Reference in New Issue
Block a user