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." )