From c1f3983856dd03440f145c3a7fd45b9998b24a05 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Sat, 22 Jul 2023 05:23:56 +0300 Subject: [PATCH] Minor --- src/modules/PluginsLoader/lua_plugins_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/PluginsLoader/lua_plugins_loader.py b/src/modules/PluginsLoader/lua_plugins_loader.py index 8205be0..909704b 100644 --- a/src/modules/PluginsLoader/lua_plugins_loader.py +++ b/src/modules/PluginsLoader/lua_plugins_loader.py @@ -554,7 +554,7 @@ class LuaPluginsLoader: "necessary, create it.") self.log.warning("KuiToi does not currently support: MP.CreateTimer(), MP.CreateEventTimer(), " "MP.CancelEventTimer()") - self.log.warning("will not support at all: MP.Set()") + self.log.warning("KuiToi will not support at all: MP.Set()") py_folders = ev.call_event("_plugins_get")[0] for name in os.listdir(self.plugins_dir): path = os.path.join(self.plugins_dir, name)