Browse Source

bug: Fixed an issue that was causing in-object portals (like interiors) to not work because objBase was setting the position back after attempting the portal which overrode the new position that was set BY the portal

tags/v0.10.6^2
Shaun 2 years ago
parent
commit
abdb2196e1
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/server/components/portal.js

+ 0
- 2
src/server/components/portal.js View File

@@ -31,7 +31,5 @@ module.exports = {
toRelativePos
});
})();

return true;
}
};

Loading…
Cancel
Save