Forced encoding of text to UTF-8

This commit is contained in:
Maruno17
2021-12-20 21:46:29 +00:00
parent 3c85c3fe55
commit dfb3a51815
3 changed files with 9 additions and 1 deletions

View File

@@ -726,8 +726,8 @@ module PluginManager
end
end
end
echoln ""
if scripts.length > 0
echoln ""
Console.echo_h2("Successfully loaded #{scripts.length} plugin(s)", text: :green)
else
Console.echo_h2("No plugins found", text: :green)