Fix crash when copying entity data
Fixes https://github.com/nea89o/Firmament/issues/35
This commit is contained in:
@@ -96,7 +96,7 @@ object PowerUserTools : FirmamentFeature {
|
|||||||
}
|
}
|
||||||
MC.sendChat(Text.stringifiedTranslatable("firmament.poweruser.entity.passengers", target.passengerList.size))
|
MC.sendChat(Text.stringifiedTranslatable("firmament.poweruser.entity.passengers", target.passengerList.size))
|
||||||
target.passengerList.forEach {
|
target.passengerList.forEach {
|
||||||
showEntity(target)
|
showEntity(it)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user