diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 60c8d2f..0ff88ed 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -277,8 +277,7 @@ function processCommand() local cmd local args = {} - for word in commandBuffer:gmatch('[^%s"]+|"[^"]*"') do - word = word:gsub('^"(.*)"$', '%1') + for word in commandBuffer:gmatch("%S+") do if not cmd then cmd = word else