Skip to content

Commit

Permalink
Update Settings.cs
Browse files Browse the repository at this point in the history
Error displayed is misleading for those who have a custom set.
  • Loading branch information
itterror committed Aug 8, 2016
1 parent 5cbe8e3 commit 83e0a69
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 @@ -220,7 +220,7 @@ private void SetDevInfoByKey(string devKey)
}
else
{
throw new ArgumentException("Invalid device info package! Check your auth.config file and make sure a valid DevicePackageName is set or simply set it to 'random'...");
throw new ArgumentException("Invalid device info package! Check your auth.config file and make sure a valid DevicePackageName is set. For simple use set it to 'random'. If you have a custom device set it to 'custom'.");
}
}
}
Expand Down

0 comments on commit 83e0a69

Please sign in to comment.