Skip to content

Commit

Permalink
CS...
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Aug 10, 2024
1 parent 74325db commit 8f08c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/session/entity_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (s *Session) addSpecificMetadata(e any, m protocol.EntityMetadata) {
if !found {
continue
}
packedEffects = (packedEffects << 7) | int64(id << 1)
packedEffects = (packedEffects << 7) | int64(id<<1)
if ef.Ambient() {
packedEffects |= 1
}
Expand Down

0 comments on commit 8f08c24

Please sign in to comment.