Skip to content

Commit

Permalink
🔇 no spawn location log
Browse files Browse the repository at this point in the history
  • Loading branch information
b8daniel committed Apr 19, 2022
1 parent f655df7 commit 8f769d3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ class ConfigTeam (val material: IncMaterial, val displayName: String, var spawnP
} catch (_: IllegalArgumentException) { null } } ?: IncMaterial.BLUE,
cfg["displayName"] as? String ?: "team",
cfg["spawn"] as? Location,
) {
Bukkit.getLogger().info("spawn location for team $name is ${if (spawnPos == null) "null" else "set"}")
}
)
}

0 comments on commit 8f769d3

Please sign in to comment.