From 3a73c98e193a476b6940e53497be29aba81c7951 Mon Sep 17 00:00:00 2001 From: Jared Thorne Date: Wed, 21 Aug 2024 13:08:46 +0000 Subject: [PATCH] Improved server music config loading logging --- Server/src/main/core/game/system/config/MusicConfigLoader.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/core/game/system/config/MusicConfigLoader.kt b/Server/src/main/core/game/system/config/MusicConfigLoader.kt index 4b0a82354..d73fc597d 100644 --- a/Server/src/main/core/game/system/config/MusicConfigLoader.kt +++ b/Server/src/main/core/game/system/config/MusicConfigLoader.kt @@ -42,8 +42,8 @@ class MusicConfigLoader { val id = Integer.parseInt(e["id"].toString()) RegionManager.forId(region).music = MusicEntry.forId(id) count++ - log(this::class.java, Log.FINE, "Parsed $count region music configs.") } + log(this::class.java, Log.FINE, "Parsed $count region music configs.") // Parse the file with tile-specific music locations count = 0