From 1be1105d3d5a199ae22d09396a1fffc9836b8595 Mon Sep 17 00:00:00 2001 From: MerlionRock Date: Tue, 9 May 2017 09:48:17 +0800 Subject: [PATCH] Bug Fix Bug Fix: Crashes when followpath output is disabled --- pokemongo_bot/cell_workers/follow_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." )