Alrecenk / JSTimelineSync

A quick and dirty prototype for testing generalized rollback networking.
MIT License
5 stars 1 forks source link

Fix event and object duplication #9

Closed Alrecenk closed 2 years ago

Alrecenk commented 2 years ago

Fixes some edge cases that could result in events happening more than once (the deja vu bug). Also changes object creation to require a specified ID instead of generating one, which prevents an object duplication bug that could occur when AddObject events were rolled back.