beginning of set map
This commit is contained in:
parent
836911ee89
commit
e02c7ba14b
@ -509,6 +509,10 @@ class Conquest(commands.Cog):
|
||||
)
|
||||
return
|
||||
|
||||
self.current_games[ctx.guild.id] = ConquestGame(
|
||||
map_dir, mapname, self.current_map_folder / ctx.guild.id / mapname
|
||||
)
|
||||
|
||||
self.current_map = mapname
|
||||
self.is_custom = is_custom
|
||||
await self.config.current_map.set(self.current_map) # Save to config too
|
||||
|
Loading…
x
Reference in New Issue
Block a user