a
This commit is contained in:
parent
398bd532f4
commit
d08a928e04
@ -122,10 +122,10 @@ class BlockPosSet : MutableSet<BlockPos> {
|
||||
}
|
||||
|
||||
override fun isEmpty(): Boolean {
|
||||
var any = false
|
||||
var any = true
|
||||
|
||||
segments.entries.removeIf { (_, s) ->
|
||||
any = any || s.isEmpty
|
||||
any = any && s.isEmpty
|
||||
s.isEmpty
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user