Improved server music config loading logging
This commit is contained in:
@@ -42,8 +42,8 @@ class MusicConfigLoader {
|
|||||||
val id = Integer.parseInt(e["id"].toString())
|
val id = Integer.parseInt(e["id"].toString())
|
||||||
RegionManager.forId(region).music = MusicEntry.forId(id)
|
RegionManager.forId(region).music = MusicEntry.forId(id)
|
||||||
count++
|
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
|
// Parse the file with tile-specific music locations
|
||||||
count = 0
|
count = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user