onimp / oni_multiplayer

Oxygen Not Included multiplayer mod. Work in progress.
MIT License
218 stars 18 forks source link

#13 Fix npe during state syncs. #335

Closed zuev93 closed 7 months ago

zuev93 commented 7 months ago

Problem was undiscovered due to faulty tests which we successfully passing. Which has been resulted due to using exposed libraries while in game runtime libraries are not exposed.

Fixed by copying original libraries to test output directory. As result 69 tests has failed.

Applied fixes for those tests.