This commit is contained in:
Евгений Храмов 2023-05-13 17:09:17 +03:00
parent 9c38ed40e8
commit 8e1993b9ef

@ -512,7 +512,7 @@ def start(g, m, b, name_server=list_config):
@click.option('-g', help="Название игры для остановки. (ark, 7days")
@click.option('-m', default='all', help="Название карты для остановки или all для запуска все карт")
@click.option('-b', default='', help="")
def stop(g, m, b, name_server=list_config)
def stop(g, m, b, name_server=list_config):
if g == "ark":
dict_mapname = {}
dict_allmapname = []