mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-29 20:24:43 +02:00
disk reading should be disabled
This commit is contained in:
@ -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;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user