Fix `CommandView:enter` deprecation log

This commit is contained in:
Guldoman 2022-06-02 06:42:19 +02:00
parent cd80270feb
commit 8ce1ecb897
No known key found for this signature in database
GPG Key ID: EA928C8BDA1A8825
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ function CommandView:enter(text, ...)
local options = select(1, ...)
if type(options) ~= "table" then
core.info("Warning: deprecated CommandView:enter usage")
core.log("Warning: deprecated CommandView:enter usage")
local submit, suggest, cancel, validate = ...
options = {
submit = submit,