mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
disk reading should be disabled
This commit is contained in:
parent
6dca7cf170
commit
7a558b34da
@ -32,7 +32,7 @@ public class Settings {
|
|||||||
* Default UUID_FECTHING: false
|
* Default UUID_FECTHING: false
|
||||||
*/
|
*/
|
||||||
public static boolean UUID_FECTHING = false;
|
public static boolean UUID_FECTHING = false;
|
||||||
public static boolean UUID_FROM_DISK = true;
|
public static boolean UUID_FROM_DISK = false;
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user