3mcd / javelin

ECS and multiplayer game development toolkit
https://javelin.games
198 stars 16 forks source link

fix: add spawn op type to message producer getReliableMessages #159

Closed kenjinp closed 3 years ago

kenjinp commented 3 years ago

Resolves an issue found here https://github.com/3mcd/javelin/issues/136 where entities cannot be spawned in the client after the initial message.

I didn't add a test for this, because I'm not sure how to stub out the world object yet.

3mcd commented 3 years ago

Looks good to me. Thanks for fixing this @kenjinp!