Skip to content

Commit

Permalink
Merge pull request #6036 from MerlionRock/dev
Browse files Browse the repository at this point in the history
Merged #6036
  • Loading branch information
Jcolomar committed May 9, 2017
2 parents f610c05 + 1be1105 commit f2ddc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pokemongo_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down
2 changes: 1 addition & 1 deletion pokemongo_bot/cell_workers/follow_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)

Expand Down

0 comments on commit f2ddc5c

Please sign in to comment.