From 237c871d7df1be4a423bd6f3eeb7e224a5bd150f Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Fri, 22 Jan 2021 20:50:02 +0800 Subject: [PATCH] Opt: Add logging STOP_IF_MAP_REACH when parsing map info --- module/handler/fast_forward.py | 1 + 1 file changed, 1 insertion(+) diff --git a/module/handler/fast_forward.py b/module/handler/fast_forward.py index 4e28ce639..854bc9822 100644 --- a/module/handler/fast_forward.py +++ b/module/handler/fast_forward.py @@ -57,6 +57,7 @@ class FastForwardHandler(ModuleBase): text = ', '.join([l for l, n in zip(log_names, names) if self.__getattribute__(n)]) text = f'{int(self.map_clear_percentage * 100)}%, ' + text logger.attr('Map_info', text) + logger.attr('STOP_IF_MAP_REACH', self.config.STOP_IF_MAP_REACH) def handle_fast_forward(self): if not self.map_has_fast_forward: