Skip to content

Commit

Permalink
Implement #220
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcuseMi committed Aug 8, 2016
1 parent 1f73ca6 commit f1d5022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PogoLocationFeeder/Config/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ public class GlobalSettings
public static bool Gui = false;
public static IOutput Output;
public static int Port = 16969;
public static bool UsePokeSnipers = false;
public static bool UsePokeSnipers = true;
public static bool UseTrackemon = false;
public static bool UsePokeSpawns = false;
public static bool UsePokewatchers = false;
public static bool UsePokeSpawns = true;
public static bool UsePokewatchers = true;
public static bool UsePokezz = true;

public static string PokeSnipers2Exe = "";
public static int RemoveAfter = 15;
public static int ShowLimit = 30;
public static bool UsePokezz = false;

public static bool SniperVisibility => IsOneClickSnipeSupported();
public static GlobalSettings Default => new GlobalSettings();
Expand Down

0 comments on commit f1d5022

Please sign in to comment.