Fix error in sp
This commit is contained in:
parent
bd06d645f2
commit
8d270bd6a3
@ -137,7 +137,7 @@ class Uploader:
|
|||||||
game_ini.add_section('/script/shootergame.shootergamemode')
|
game_ini.add_section('/script/shootergame.shootergamemode')
|
||||||
game_ini.set('/script/shootergame.shootergamemode',
|
game_ini.set('/script/shootergame.shootergamemode',
|
||||||
'bUseSingleplayerSettings',
|
'bUseSingleplayerSettings',
|
||||||
True)
|
"True")
|
||||||
|
|
||||||
if official not in ['official', 'unofficial']:
|
if official not in ['official', 'unofficial']:
|
||||||
await msg.edit(content=f'{ctx.author.mention} {official} is not a valid option.\n'
|
await msg.edit(content=f'{ctx.author.mention} {official} is not a valid option.\n'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user