mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Improved server music config loading logging
This commit is contained in:
parent
80cb2d9ba4
commit
3a73c98e19
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue