update among us
This commit is contained in:
parent
64dd7516aa
commit
313ffed4a3
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class Utils(commands.Cog):
|
||||||
maps["skeld"] = ["skeld", "the skeld", "theskeld"]
|
maps["skeld"] = ["skeld", "the skeld", "theskeld"]
|
||||||
maps["mira"] = ["mira", "mira hq", "mirahq"]
|
maps["mira"] = ["mira", "mira hq", "mirahq"]
|
||||||
maps["polus"] = ["polus"]
|
maps["polus"] = ["polus"]
|
||||||
maps["airship"] = ["airship"]
|
maps["airship"] = ["airship", "air ship"]
|
||||||
if map == "all":
|
if map == "all":
|
||||||
return maps["skeld"] + maps["mira"] + maps["polus"] + maps["airship"]
|
return maps["skeld"] + maps["mira"] + maps["polus"] + maps["airship"]
|
||||||
return maps[map]
|
return maps[map]
|
||||||
|
|
Reference in a new issue