dependabot[bot] on npm_and_yarn
rom1504 on master
Bump mkdirp from 0.5.6 to 2.1.3… (compare)
rom1504 on master
Kf106/upload chunk (#614) * Sl… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump mkdirp from 0.5.6 to 2.1.3… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump mkdirp from 0.5.6 to 2.1.1… (compare)
dependabot[bot] on npm_and_yarn
Bump mkdirp from 0.5.6 to 2.0.0… (compare)
js
const spawnedEntity = serv.spawnObject(entity.id, serv.getPlayer('user').world, serv.getPlayer('user').position, {
velocity: new Vec3((Math.random() - 0.5) * 10, Math.random() * 10 + 10, (Math.random() - 0.5) * 10)
});
console.log(spawnedEntity);
returns undefined