Page 1 of 1

Previously working mod not working after 0.6.1 Build 5884Mac

Posted: Mon Aug 12, 2013 3:40 am
by otsukarci
When I try to save game there is a warning saying 'Can't save map, entity list of entities for update of links is not empty'.
All I do is

Code: Select all

game.onsave(function()
    glob.crdata = mydata.units -- A table containing 'entities' as values
end)
Any ideas?