We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca9e93 commit e7c5e76Copy full SHA for e7c5e76
handlers/worlds/chunk.go
@@ -55,7 +55,7 @@ func (w *worldsHandler) processLevelChunk(pk *packet.LevelChunk, timeReceived ti
55
}
56
57
pos := world.ChunkPos(pk.Position)
58
- if w.scripting.OnChunkAdd(pos, timeReceived) {
+ if !w.scripting.OnChunkAdd(pos, timeReceived) {
59
w.currentWorld.IgnoredChunks[pos] = true
60
return
61
0 commit comments