Fix some asyncio issues!

This commit is contained in:
adator
2025-11-21 00:55:49 +01:00
parent 6af1377823
commit b527282bf2
5 changed files with 11 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ class Jsonrpc(IModule):
await self.sync_db()
if self.ctx.Config.SERVEUR_PROTOCOL.lower() != 'unreal6':
self.ctx.ModuleUtils.unload_one_module(self.module_name, False)
await self.ctx.ModuleUtils.unload_one_module(self.module_name, False)
return None
# Is RPC Active?