mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 22:11:07 +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));
|
||||
});
|
||||
it("can tp to somebody else",async () => {
|
||||
await onGround(bot);
|
||||
bot.chat('/tp bot2 bot');
|
||||
await once(bot2,'forcedMove');
|
||||
assertPosEqual(bot2.entity.position, bot.entity.position);
|
||||
|
|
|
|||
Loading…
Reference in a new issue