Small typo

This commit is contained in:
RedstoneFuture 2024-10-03 18:40:58 +02:00
parent a2d0e30b86
commit 96dc2303da

View File

@ -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() {