Small fixes

This commit is contained in:
2025-08-20 08:46:55 +02:00
parent ad3e58d455
commit 48574d634c
8 changed files with 14 additions and 24 deletions

View File

@@ -333,7 +333,6 @@ function MatchExec(s, meta)
end
if s:match("^%$") then
Print(s:sub(2, -1))
return {kind = "exec_console", cmd = s:sub(2, -1), working_dir = GetMainDir()}
end