Porkins97 / DinoNuggetsGame

0 stars 0 forks source link

Respawning Problem #25

Closed Porkins97 closed 4 years ago

Porkins97 commented 4 years ago

Certain objects (particularly the flour) have a problem with respawning at the location of the original object rather than the respawn location on the bench. Other objects stop respawning after a few iterations.

https://drive.google.com/open?id=1wv7riA9l391Ah60Ov6beB1xupKbKFLmK https://drive.google.com/open?id=11UtaYJOGDhYrfgicJohQuTQ31nLM-bI6

Porkins97 commented 4 years ago

One aspect that might be affecting this are the two lists in use. Different lists on different benches are having differing effects; some lists aren't being removed from, while others are remaining empty even though things are respawning.

Porkins97 commented 4 years ago

Fixed in latest Respawn Update. Changed the code we are using