Skip to content

Commit

Permalink
Update Settings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mich3lam authored Jul 27, 2016
1 parent 0fef67b commit 100896e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PoGo.NecroBot.CLI/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ public ClientSettings(GlobalSettings settings)
public double DefaultLatitude => _settings.DefaultLatitude;
public double DefaultLongitude => _settings.DefaultLongitude;
public double DefaultAltitude => _settings.DefaultAltitude;
public bool AutoUpdate => _settings.AutoUpdate;

public string GoogleRefreshToken
{
Expand Down

0 comments on commit 100896e

Please sign in to comment.