Previously working mod not working after 0.6.1 Build 5884Mac
Posted: Mon Aug 12, 2013 3:40 am
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
Any ideas?
All I do is
Code: Select all
game.onsave(function()
glob.crdata = mydata.units -- A table containing 'entities' as values
end)