From 6a932f2edaa8cf37b0c476f1df2751b68b055dbc Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Tue, 17 Aug 2021 22:34:51 +0100 Subject: [PATCH] Preloading is paper only. --- .../com/fastasyncworldedit/core/configuration/Settings.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java index 14105a873..af56855dd 100644 --- a/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java +++ b/worldedit-core/src/main/java/com/fastasyncworldedit/core/configuration/Settings.java @@ -320,7 +320,8 @@ public class Settings extends Config { " - Low values may result in FAWE waiting on requests to the main thread", " - Higher values use more memory and isn't noticeably faster", " - A good (relatively) safe way to set this is", - " - Use 32 x GB of RAM / number of players expected to be using WE at the same time" + " - Use 32 x GB of RAM / number of players expected to be using WE at the same time", + " - Paper and derivatives only." }) // Renamed from PRELOAD_CHUNK because it was set to 100000... something that lots of servers will now have which is // wayyy too much...