From 8d270bd6a3dcecb392c7e3ac83a78784fe00d231 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Wed, 9 May 2018 21:01:47 -0800 Subject: [PATCH] Fix error in sp --- exts/uploader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'