Fix CommandView:enter deprecation log

This commit is contained in:
Guldoman
2022-06-02 06:42:58 +02:00
parent cd80270feb
commit 8ce1ecb897
+1 -1
View File
@@ -152,7 +152,7 @@ function CommandView:enter(text, ...)
local options = select(1, ...) local options = select(1, ...)
if type(options) ~= "table" then if type(options) ~= "table" then
core.info("Warning: deprecated CommandView:enter usage") core.log("Warning: deprecated CommandView:enter usage")
local submit, suggest, cancel, validate = ... local submit, suggest, cancel, validate = ...
options = { options = {
submit = submit, submit = submit,