fix: Dependency cycles

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-03-01 19:37:34 +08:00
parent 8c12319dc9
commit 6ada3e41d0
10 changed files with 62 additions and 14 deletions

View File

@@ -39,7 +39,7 @@ export class BungeeServer implements server.Server {
return this.pluginsFolder;
}
getNativePluginManager() {
throw new Error("Method not implemented.");
return Bungee.getPluginManager() as any
}
sendJson(sender: string | any, json: string): void {
throw new Error("Method not implemented.");