We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d611a commit 8af57abCopy full SHA for 8af57ab
plugins/mission/upload.py
@@ -105,7 +105,6 @@ async def post_upload(self, uploaded: list[discord.Attachment]):
105
await self.channel.send("Aborted.")
106
return
107
await self.server.stop()
108
- if filename != await self.server.get_current_mission_file():
109
- await self._load_mission(filename)
+ await self._load_mission(filename)
110
if self.server.status == Status.STOPPED:
111
await self.server.start()
0 commit comments