Skip to content

Commit

Permalink
Version v1.199
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis-CI committed Aug 10, 2019
1 parent d2e4c60 commit 0d7feeb
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 = "d2e4c60d54cf3e7faa01f31252816ee64971e2fa";
private static final String PERMISSION_PREFIX = "askForPermission_";
public static int COMMIT_SUCCESSFUL = ChangeListener.SETTINGS_CAN_CHANGE;

Expand Down

0 comments on commit 0d7feeb

Please sign in to comment.