diff --git a/bot/ingame.go b/bot/ingame.go index bdf8ea6..a8742a4 100644 --- a/bot/ingame.go +++ b/bot/ingame.go @@ -465,7 +465,7 @@ type biomesData struct { } func (b *biomesData) Decode(r pk.DecodeReader) error { - if b.fullChunk == nil || *b.fullChunk { + if b.fullChunk == nil || !*b.fullChunk { return nil } for i := range b.data {