disk reading should be disabled

This commit is contained in:
boy0001 2014-12-31 00:17:35 +11:00
parent 6dca7cf170
commit 7a558b34da

View File

@ -32,7 +32,7 @@ public class Settings {
* Default UUID_FECTHING: false
*/
public static boolean UUID_FECTHING = false;
public static boolean UUID_FROM_DISK = true;
public static boolean UUID_FROM_DISK = false;
/**
*
*/