Sfoglia il codice sorgente

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 anni fa
parent
commit
abdb2196e1
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -2
      src/server/components/portal.js

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

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

return true;
}
};

Caricamento…
Annulla
Salva