Updated console message code to Luka's latest version

This commit is contained in:
Maruno17
2021-11-21 17:36:25 +00:00
parent b445f26a88
commit ea9cacd6b9
9 changed files with 173 additions and 151 deletions

View File

@@ -15,7 +15,7 @@ module Deprecation
unless alternative.nil?
text += "\r\n" + _INTL("Use \"{1}\" instead.", alternative)
end
ConsoleRGB.echo_warn text
Console.echo_warn text
end
end