forked from SteamWar/SteamWar
Fixes
This commit is contained in:
@@ -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()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user