Skip to content

Commit

Permalink
Update Settings.cs
Browse files Browse the repository at this point in the history
When you put Y it tell you to choose new coordiantes.
last question was "keep default?" and if u choose Y it will take you to choose new coords. it was wrong
  • Loading branch information
mich3lam authored Jul 28, 2016
1 parent aaf8244 commit 8d4c11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public static GlobalSettings Load(string path)
{
double retVal = 0;

Console.WriteLine("Set the default {0}? (y/n)", latLong);
Console.WriteLine("Choose your own {0}? (y/n)", latLong);
var setLat = Console.ReadLine();

if (setLat.ToUpper() == "Y")
Expand Down

0 comments on commit 8d4c11a

Please sign in to comment.