Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Mar 23, 2023
2 parents a69d22f + 7cd1415 commit f88edb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions minecraft/protocol/sub_chunk.go
@@ -1,5 +1,7 @@
package protocol

import "math"

const (
HeightMapDataNone = iota
HeightMapDataHasData
Expand All @@ -8,8 +10,7 @@ const (
)

const (
SubChunkRequestModeLegacy = iota
SubChunkRequestModeLimitless
SubChunkRequestModeLimitless = math.MaxUint32 - iota
SubChunkRequestModeLimited
)

Expand Down

0 comments on commit f88edb9

Please sign in to comment.