summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcmap/prechunk.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcmap/prechunk.go b/mcmap/prechunk.go
index ef6ba33..29758c5 100644
--- a/mcmap/prechunk.go
+++ b/mcmap/prechunk.go
@@ -285,7 +285,6 @@ func (c *Chunk) toPreChunk() (*preChunk, error) {
for i, bio := range c.biomes {
if bio != BioUncalculated {
hasBiomes = true
- break
}
biomes[i] = byte(bio)
}