Move clipboards to temp
This commit is contained in:
@ -110,7 +110,7 @@ public class BukkitPlayer extends AbstractPlayerActor {
|
||||
if (player != null && Settings.settings().CLIPBOARD.USE_DISK) {
|
||||
BukkitPlayer cached = WorldEditPlugin.getInstance().getCachedPlayer(player);
|
||||
if (cached == null) {
|
||||
loadClipboardFromDisk();
|
||||
//loadClipboardFromDisk();
|
||||
}
|
||||
}
|
||||
//FAWE end
|
||||
|
||||
Reference in New Issue
Block a user