Skip to content

Commit

Permalink
update entity_encoder.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Oct 1, 2023
1 parent 30e81ee commit ba00712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/entity_encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func (directionMeta)Decode(r *PacketReader)(value any, err error){
return (Direction)(v), nil
}

func (uuidMeta)Type()(VarInt){ panic("unreachable") }
// func (uuidMeta)Type()(VarInt){ panic("unreachable") }

func init(){
vanillaEncoders := []EntityPropEncoder{
Expand Down

0 comments on commit ba00712

Please sign in to comment.