SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

BUG: Export does not use the most current data of the object #148

Open Tyrsis opened 9 years ago

Tyrsis commented 9 years ago

I'm not entirely sure what data it's using, but it is not the most current. In fact it appears to be the data from when the object first loaded. So if the object moves, Export is not using that new position data, or if new inventory is added, that is also lost, etc.

fvgoulet commented 9 years ago

This seems to be related to some changes in the vanilla game structure on which SESE hook on. This is to evaluate what is the cause of the problem.