mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
corrected script
This commit is contained in:
parent
df662e6899
commit
7361f870b7
@ -59,7 +59,7 @@ def parse_arguments():
|
||||
|
||||
def subcommand_configure(arguments):
|
||||
"""Configure Minetest."""
|
||||
if arguments.max_players is not False:
|
||||
if arguments.max_players:
|
||||
set_max_players(arguments.max_players)
|
||||
if arguments.creative_mode:
|
||||
set_creative_mode(arguments.creative_mode)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user