Skip to content

Commit e157d75

Browse files
committed
Added logging loaded spawn data.
1 parent a22b452 commit e157d75

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/com/mairwunnx/projectessentials/projectessentialsspawn/models

1 file changed

+1
-0
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/projectessentialsspawn/models/SpawnModelBase.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ object SpawnModelBase {
4040
}
4141
val spawnConfigRaw = File(spawnConfig).readText()
4242
spawnModel = Json.parse(SpawnModel.serializer(), spawnConfigRaw)
43+
logger.info("Spawn config loaded: $spawnModel")
4344
}
4445

4546
fun assignSpawn(server: MinecraftServer) {

0 commit comments

Comments
 (0)