fix the MP bug that was reported

This commit is contained in:
RandomityGuy 2023-12-14 00:28:48 +05:30
parent 262f161b1c
commit 7eaed31dd1

View file

@ -136,6 +136,7 @@ class PathedInterior extends InteriorObject {
stopped = false;
if (currentTime == targetTime) {
velocity.set(0, 0, 0);
this.collider.velocity.set(0, 0, 0);
} else {
var delta = 0.0;
if (targetTime < 0) {