From acf3daac60cc791a2b0090f90c5aec4fb43f2248 Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Thu, 7 Apr 2022 14:58:18 -0400 Subject: [PATCH] Correct order of config --- core/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 0ba72e346..973d440d9 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -39,8 +39,8 @@ storage-data: storage-method: player-data: yaml strict-player-movement: 0 -trial-save: false top-limit: 150 +trial-save: false translate-names: true translate-subcommands: false update-check: true \ No newline at end of file