remove some empty lines

This commit is contained in:
Bixilon 2022-05-03 21:29:03 +02:00
parent afa273c206
commit ba776e06f1
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ class Goat(connection: PlayConnection, entityType: EntityType, data: EntityData,
get() = data.getBoolean(LEFT_HORN_DATA, false)
@get:SynchronizedEntityData
val hasRightHorn: Boolean
get() = data.getBoolean(RIGHT_HORN_DATA, false)

View File

@ -48,7 +48,6 @@ data class PlayerProperties(
else -> Log.log(LogMessageType.OTHER, LogLevels.WARN) { "Unknown player property $name: ${property["value"].toString()}" }
}
}
}
return PlayerProperties(