diff --git a/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java b/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java index 2dea1937d..9712fa13d 100644 --- a/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java +++ b/worldedit-core/src/main/java/com/boydti/fawe/config/Settings.java @@ -410,7 +410,7 @@ public class Settings extends Config { }) public List ALLOWED_PLUGINS = new ArrayList<>(); @Comment("Should debug messages be sent when third party extents are used?") - public boolean DEBUG = true; + public boolean DEBUG = false; } @Comment("Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse)")