Skip to content

Commit

Permalink
Version v1.177
Browse files Browse the repository at this point in the history
- 574e15e Merge pull request #242 from niccokunzmann/address-search
    Merge pull request #242 from niccokunzmann/address-search
- 969e1e9 open map at found places
    - fixes #128
  • Loading branch information
Travis-CI committed Aug 3, 2019
1 parent c4021ee commit 0b247e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class Settings {

private static final String PLANT_STORAGE_DIRECTORY_NAME = "eu.quelltext.mundraub";
public static final String INVALID_HASH = "0000000000000000000000000000000000000000";
public static final String COMMIT_HASH = INVALID_HASH;
public static final String COMMIT_HASH = "c4021ee978fae4c1ad695d640bf980f1a70888dc";
private static final String PERMISSION_PREFIX = "askForPermission_";
public static int COMMIT_SUCCESSFUL = ChangeListener.SETTINGS_CAN_CHANGE;

Expand Down

0 comments on commit 0b247e6

Please sign in to comment.