From aca14f8a04eb24f8a77189527186db53bb048d92 Mon Sep 17 00:00:00 2001 From: LoJoSho Date: Sat, 6 May 2023 09:47:24 -0500 Subject: [PATCH] clean: config referenced wrong value in comments --- common/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/config.yml b/common/src/main/resources/config.yml index ab147156..6739cedf 100644 --- a/common/src/main/resources/config.yml +++ b/common/src/main/resources/config.yml @@ -73,7 +73,7 @@ wardrobe: gamemode-options: exit-gamemode-enabled: false # Setting this to false will set the gamemode the player came in as. True sets to exit-gamemode gamemode - exit-gamemode: "SURVIVAL" # Only activates if force-exit-gamemode is true, find gamemodes here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/GameMode.html + exit-gamemode: "SURVIVAL" # Only activates if exit-gamemode-enabled is true, find gamemodes here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/GameMode.html # Bossbar that shows when a player is in a wardrobe. bossbar: