fix !update when game is running

This commit is contained in:
jacob1 2018-05-14 00:03:32 -04:00
parent 8a0919d7c1
commit d35012d739

View File

@ -6220,7 +6220,7 @@ def update(var, wrapper, message):
stop_game(var, log=False)
else:
wrapper.pm(messages["stop_bot_ingame_safeguard"].format(
what="restart", cmd="update", prefix=botconfig.CMD_CHAR), private=True)
what="restart", cmd="update", prefix=botconfig.CMD_CHAR))
return
if update.aftergame: