rSimulate / Cosmosium

:earth_americas: js game engine for space-based games
Other
23 stars 7 forks source link

OOIs not saved on server restart #52

Closed 7yl4r closed 10 years ago

7yl4r commented 10 years ago

it looks like the OOIs.__del__ method gets called too late when the server is shutdown and the OOIs.pickle file ends up empty. This is probably not a critical issue though, since server shutdowns in the middle of games should be rare.

7yl4r commented 10 years ago

resolved and then not used anyway.