Skip to content

Commit

Permalink
Merge pull request #91 from NECROBOTIO/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
GrimmGringo committed Aug 8, 2016
2 parents 8a5ad1e + f756ccf commit e156d40
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion FeroxRev
1 change: 0 additions & 1 deletion PoGo.NecroBot.Logic/ILogicSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public interface ILogicSettings
bool GetSniperInfoFromPokezz { get; }
bool GetOnlyVerifiedSniperInfoFromPokezz { get; }
bool UseSnipeLocationServer { get; }
bool UseSnipeOnlineLocationServer { get; }
bool UseTransferIvForSnipe { get; }
bool SnipeIgnoreUnknownIv { get; }
int MinDelayBetweenSnipes { get; }
Expand Down
3 changes: 0 additions & 3 deletions PoGo.NecroBot.Logic/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ public class GlobalSettings
[DefaultValue("or")]
public string UseBerriesOperator;
//snipe
[DefaultValue(true)]
public bool UseSnipeOnlineLocationServer;
[DefaultValue(false)]
public bool UseSnipeLocationServer;
[DefaultValue("localhost")]
Expand Down Expand Up @@ -1290,7 +1288,6 @@ public LogicSettings(GlobalSettings settings)
public bool GetSniperInfoFromPokezz => _settings.GetSniperInfoFromPokezz;
public bool GetOnlyVerifiedSniperInfoFromPokezz => _settings.GetOnlyVerifiedSniperInfoFromPokezz;
public bool UseSnipeLocationServer => _settings.UseSnipeLocationServer;
public bool UseSnipeOnlineLocationServer => _settings.UseSnipeOnlineLocationServer;
public bool UseTransferIvForSnipe => _settings.UseTransferIvForSnipe;
public bool SnipeIgnoreUnknownIv => _settings.SnipeIgnoreUnknownIv;
public int MinDelayBetweenSnipes => _settings.MinDelayBetweenSnipes;
Expand Down

0 comments on commit e156d40

Please sign in to comment.