mirror of
https://github.com/weyne85/DML.git
synced 2025-10-29 16:57:49 +00:00
Version 1.1.3
More Persistence, small module updates
This commit is contained in:
@@ -253,6 +253,7 @@ end
|
||||
--
|
||||
-- Load / Save data
|
||||
--
|
||||
|
||||
function rndFlags.saveData()
|
||||
local theData = {}
|
||||
local allRND = {}
|
||||
@@ -354,6 +355,7 @@ function rndFlags.start()
|
||||
rndFlags.addRNDZone(aZone) -- remember it so we can smoke it
|
||||
end
|
||||
|
||||
-- persistence
|
||||
if persistence then
|
||||
-- sign up for persistence
|
||||
callbacks = {}
|
||||
|
||||
Reference in New Issue
Block a user