Skip to content

Commit

Permalink
forge/EntityBridgeImpl: Fix crash with null id
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Dec 15, 2023
1 parent 8f0ccf4 commit 72dabe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ object EntityBridgeImpl : EntityBridge {
override fun createSeatType(): EntityType<SeatEntity> =
EntityType.Builder.create(::SeatEntity, SpawnGroup.MISC)
.setDimensions(0f, 0f)
.build(null)
.build("adorn:seat")
}

0 comments on commit 72dabe6

Please sign in to comment.