This commit is contained in:
Maxim Khomutov 2023-07-22 05:23:56 +03:00
parent 96cc4b08db
commit c1f3983856

View File

@ -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)