Skip to content

Commit

Permalink
Builtin: Forward old return values
Browse files Browse the repository at this point in the history
Was forgotten in 69bf964.
  • Loading branch information
SmallJoker committed Aug 2, 2019
1 parent 1a97d06 commit 3ad9a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/common/information_formspecs.lua
Expand Up @@ -140,6 +140,6 @@ help_command.func = function(name, param)
return
end

old_help_func(name, param)
return old_help_func(name, param)
end

0 comments on commit 3ad9a8f

Please sign in to comment.