From 96dc2303da977cdb0ce958c6193742df37a17513 Mon Sep 17 00:00:00 2001 From: RedstoneFuture Date: Thu, 3 Oct 2024 18:40:58 +0200 Subject: [PATCH] Small typo --- src/main/java/net/coreprotect/config/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/coreprotect/config/Config.java b/src/main/java/net/coreprotect/config/Config.java index 2a14206..2e8d3b4 100644 --- a/src/main/java/net/coreprotect/config/Config.java +++ b/src/main/java/net/coreprotect/config/Config.java @@ -184,7 +184,7 @@ public class Config extends Language { HEADERS.put("player-commands", new String[] { "# Logs all commands used by players." }); HEADERS.put("player-sessions", new String[] { "# Logs the logins and logouts of players." }); HEADERS.put("username-changes", new String[] { "# Logs when a player changes their Minecraft username." }); - HEADERS.put("worldedit", new String[] { "# Logs changes made via the plugin \"WorldEdit\" if it's in use on your server.", "# Note that, large WorldEdit actions can produce a lot of data in a short time!", "# (Does not work with FastAsyncWorldEdit.)" }); + HEADERS.put("worldedit", new String[] { "# Logs changes made via the plugin \"WorldEdit\" if it's in use on your server.", "# Note that large WorldEdit actions can produce a lot of data in a short time!", "# (Does not work with FastAsyncWorldEdit.)" }); } private void readValues() {