mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-18 08:45:37 +00:00
Minor
This commit is contained in:
parent
96cc4b08db
commit
c1f3983856
@ -554,7 +554,7 @@ class LuaPluginsLoader:
|
|||||||
"necessary, create it.")
|
"necessary, create it.")
|
||||||
self.log.warning("KuiToi does not currently support: MP.CreateTimer(), MP.CreateEventTimer(), "
|
self.log.warning("KuiToi does not currently support: MP.CreateTimer(), MP.CreateEventTimer(), "
|
||||||
"MP.CancelEventTimer()")
|
"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]
|
py_folders = ev.call_event("_plugins_get")[0]
|
||||||
for name in os.listdir(self.plugins_dir):
|
for name in os.listdir(self.plugins_dir):
|
||||||
path = os.path.join(self.plugins_dir, name)
|
path = os.path.join(self.plugins_dir, name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user