mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-11-06 09:09:26 +02:00
fixed typo
This commit is contained in:
@@ -464,7 +464,7 @@ commands.add_command = function(name, desc, func)
|
||||
old_add_command(name, desc, function(cmd)
|
||||
local success, error = pcall(func, cmd)
|
||||
if not success then
|
||||
log(err)
|
||||
log(error)
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user