mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 03:00:46 +00:00
one onGround missing
This commit is contained in:
parent
addec7252d
commit
3e8e49bf4c
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ describe("Server with mineflayer connection", function() {
|
||||||
assertPosEqual(bot2.entity.position, new Vec3(2, 3, 4));
|
assertPosEqual(bot2.entity.position, new Vec3(2, 3, 4));
|
||||||
});
|
});
|
||||||
it("can tp to somebody else",async () => {
|
it("can tp to somebody else",async () => {
|
||||||
|
await onGround(bot);
|
||||||
bot.chat('/tp bot2 bot');
|
bot.chat('/tp bot2 bot');
|
||||||
await once(bot2,'forcedMove');
|
await once(bot2,'forcedMove');
|
||||||
assertPosEqual(bot2.entity.position, bot.entity.position);
|
assertPosEqual(bot2.entity.position, bot.entity.position);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue