dont panic when trying to interact with a block that has no blockentity attached #48
Labels
No labels
complexity
high
complexity
low
complexity
medium
importance
high
importance
low
importance
medium
type
bug
type
chore
type
feature suggestion
type
missing feature
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thetxt/oxide#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
thread '' (8) panicked at server/src/tickloop/packet_handler_actions.rs:410:133:
server-1 | called
Result::unwrap()on anErrvalue: BlockEntityNotFoundAtLocation(BlockPosition { x: 47, y: 67, z: 13 })happens when trying to interact with a block that has no blockentity attached, even though it should have one. handle gracefully somehow, probably by just creating the blockentity or not doing anything
fixed in 0.5.0