This commit is contained in:
2024-12-13 10:22:01 +01:00
parent 56c66b33b7
commit 61e8ba14ca
2 changed files with 2 additions and 2 deletions
@@ -105,6 +105,6 @@ fun ConfigurationSection.getWorldLocation(s: String, default: Location? = null):
return Location(
plugin.server.worlds.first(),
x, y, z,
pitch.toFloat(), yaw.toFloat()
yaw.toFloat(), pitch.toFloat()
)
}