mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Minor
This commit is contained in:
parent
96cc4b08db
commit
c1f3983856
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user