small bugfix
This commit is contained in:
parent
f564cea776
commit
55a5e6b9b3
1 changed files with 2 additions and 1 deletions
|
|
@ -650,7 +650,8 @@ def main():
|
||||||
timeout=10
|
timeout=10
|
||||||
)
|
)
|
||||||
choice=menu.show()
|
choice=menu.show()
|
||||||
chosen_mod = choice.split("\n", 1)[0]
|
if choice != None:
|
||||||
|
chosen_mod = choice.split("\n", 1)[0]
|
||||||
|
|
||||||
if chosen_mod != None:
|
if chosen_mod != None:
|
||||||
run_mod = ["+set", "fs_game", chosen_mod]
|
run_mod = ["+set", "fs_game", chosen_mod]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue