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

removed debugging statements

This commit is contained in:
Aaron Veden 2021-12-07 22:45:39 -08:00
parent 0207aa0fe4
commit cd9443953e
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -1005,10 +1005,7 @@ script.on_event(defines.events.on_tick,
local map = universe.activeMap
if (not map) or (universe.processedChunks > (#map.processQueue * 0.05)) then
universe.processedChunks = 0
print("b", universe.mapIterator)
map = nextMap(universe)
print("a", universe.mapIterator)
print("----")
universe.activeMap = map
end