Skip to content

Commit

Permalink
protocol/reader.go: Removed unused EventData method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Mar 22, 2023
1 parent e1c6f5f commit 4ffd30e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions minecraft/protocol/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ func (r *Reader) AbilityValue(x *any) {
}
}

func (r *Reader) EventData(x *EventData) {

}

// LimitUint32 checks if the value passed is lower than the limit passed. If not, the Reader panics.
func (r *Reader) LimitUint32(value uint32, max uint32) {
if max == math.MaxUint32 {
Expand Down

0 comments on commit 4ffd30e

Please sign in to comment.