mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
Fix lpl.load();
This commit is contained in:
parent
b3dffe74ec
commit
0d3699bfee
@ -225,7 +225,7 @@ class Core:
|
|||||||
pl = PluginsLoader(pl_dir)
|
pl = PluginsLoader(pl_dir)
|
||||||
await pl.load()
|
await pl.load()
|
||||||
lpl = LuaPluginsLoader(pl_dir)
|
lpl = LuaPluginsLoader(pl_dir)
|
||||||
await lpl.load()
|
lpl.load()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# WebApi Start
|
# WebApi Start
|
||||||
|
Loading…
x
Reference in New Issue
Block a user