Fix error in sp

This commit is contained in:
Dusty.P 2018-05-09 21:01:47 -08:00
parent bd06d645f2
commit 8d270bd6a3

View File

@ -137,7 +137,7 @@ class Uploader:
game_ini.add_section('/script/shootergame.shootergamemode')
game_ini.set('/script/shootergame.shootergamemode',
'bUseSingleplayerSettings',
True)
"True")
if official not in ['official', 'unofficial']:
await msg.edit(content=f'{ctx.author.mention} {official} is not a valid option.\n'