Fix lua bug

This commit is contained in:
Krzosa Karol
2025-12-09 08:31:31 +01:00
parent b600361278
commit 83d5ddff9d

View File

@@ -332,7 +332,6 @@ function MatchExec(s, meta)
return {kind = "exec_console", cmd = s:sub(2, -1), working_dir = GetMainDir()}
end
Eval(s)
return nil
end