diff --git a/pokemongo_bot/__init__.py b/pokemongo_bot/__init__.py index 7b376129e9..fd5c19ac7b 100644 --- a/pokemongo_bot/__init__.py +++ b/pokemongo_bot/__init__.py @@ -239,6 +239,7 @@ def _register_events(self): 'threshold' ) ) + self.event_manager.register_event('followpath_output_disabled') self.event_manager.register_event( 'position_update', parameters=( diff --git a/pokemongo_bot/cell_workers/follow_path.py b/pokemongo_bot/cell_workers/follow_path.py index 6688acaf11..272fa9f6af 100644 --- a/pokemongo_bot/cell_workers/follow_path.py +++ b/pokemongo_bot/cell_workers/follow_path.py @@ -41,7 +41,7 @@ def initialize(self): if self.disable_location_output: self.emit_event( - 'position_update', + 'followpath_output_disabled', formatted="Bot in follow path mode, position update disabled. You will not be inform of path taken by bot." )