Skip to content

Commit

Permalink
block/chest.go: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TwistedAsylumMC committed Aug 15, 2024
1 parent 3e5d290 commit 78e96d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/block/chest.go
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ func (c Chest) DecodeNBT(data map[string]any) any {
c.pairX, c.pairZ = int(pairX), int(pairZ)
}
}

nbtconv.InvFromNBT(c.inventory, nbtconv.Slice(data, "Items"))
return c
}
Expand Down

0 comments on commit 78e96d8

Please sign in to comment.