From 51186ae7d8e0ae6223c19d1c72cef3bd158e9109 Mon Sep 17 00:00:00 2001 From: Kassadd Date: Thu, 28 Jul 2016 08:15:15 +0200 Subject: [PATCH] Update config.json.example Update config.json.example 4c46ad7e6b41f4d66400aee82be469cdbbb26f80 --- configs/config.json.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/config.json.example b/configs/config.json.example index 820a2fffd9..322dec67d8 100644 --- a/configs/config.json.example +++ b/configs/config.json.example @@ -5,7 +5,8 @@ "location": "SOME_LOCATION", "gmapkey": "GOOGLE_MAPS_API_KEY", "max_steps": 5, - "mode": "all", + "catch_pokemon": true, + "spin_forts": true, "walk": 4.16, "action_wait_min": 1, "action_wait_max": 4,