mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 2.3.4
Tickle, json persistence bug for cyclic structures
This commit is contained in:
@@ -27,6 +27,7 @@ function sweeper.readSweeperZone(theZone)
|
||||
end
|
||||
|
||||
function sweeper.update()
|
||||
net.log("sweeper: begin update")
|
||||
timer.scheduleFunction(sweeper.update, {}, timer.getTime() + sweeper.interval)
|
||||
local toKill = {}
|
||||
local newFlights = {}
|
||||
@@ -105,6 +106,8 @@ function sweeper.update()
|
||||
|
||||
-- remember new list, forget old
|
||||
sweeper.flights = newFlights
|
||||
net.log("sweeper: end update")
|
||||
|
||||
end
|
||||
|
||||
function sweeper.readConfig()
|
||||
|
||||
Reference in New Issue
Block a user