Move clipboards to temp

This commit is contained in:
2022-09-06 21:34:07 +02:00
parent 2553f169aa
commit dd8ed8d5c6
2 changed files with 14 additions and 5 deletions

View File

@ -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