|
|
@ -52,6 +52,7 @@ class Conquest(commands.Cog):
|
|
|
|
self.asset_path = bundled_data_path(self) / "assets"
|
|
|
|
self.asset_path = bundled_data_path(self) / "assets"
|
|
|
|
self.current_map = await self.config.current_map()
|
|
|
|
self.current_map = await self.config.current_map()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if self.current_map:
|
|
|
|
await self.current_map_load()
|
|
|
|
await self.current_map_load()
|
|
|
|
|
|
|
|
|
|
|
|
async def current_map_load(self):
|
|
|
|
async def current_map_load(self):
|
|
|
|