1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

FACTO-13: corrected removeChunkToNest iterator clearing

This commit is contained in:
Aaron Veden 2022-01-17 09:43:55 -08:00
parent 3721f62efd
commit 9f28b1c3c1
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -98,7 +98,7 @@ function mapUtils.removeChunkToNest(universe, chunkId)
universe.processNestIterator = nil
end
if (chunkId == universe.processMigrationIterator) then
universe.processNestIterator = nil
universe.processMigrationIterator = nil
end
end