diff --git a/exts/uploader.py b/exts/uploader.py index 0f9444f..b3026e4 100644 --- a/exts/uploader.py +++ b/exts/uploader.py @@ -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'