mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-14 18:05:51 -04:00
remove some empty lines
This commit is contained in:
parent
afa273c206
commit
ba776e06f1
@ -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)
|
||||
|
||||
|
@ -48,7 +48,6 @@ data class PlayerProperties(
|
||||
else -> Log.log(LogMessageType.OTHER, LogLevels.WARN) { "Unknown player property $name: ${property["value"].toString()}" }
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return PlayerProperties(
|
||||
|
Loading…
x
Reference in New Issue
Block a user