Skip to content

Commit 86b43ef

Browse files
committed
Update for 2.15.3-beta.dev.20260123.1
1 parent 0f4551c commit 86b43ef

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"watch": "npx tsc --build --watch --pretty --preserveWatchOutput"
1111
},
1212
"devDependencies": {
13-
"@wayward/types": "^2.15.3-beta.dev.20260122.1",
13+
"@wayward/types": "^2.15.3-beta.dev.20260123.1",
1414
"typescript": "^5.9.2"
1515
}
1616
}

src/action/helpers/TeleportEntity.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ export function teleportEntity(action: ActionApi<any>, entity: Entity, tile: Til
4040
}
4141

4242
action.setUpdateView(true);
43+
44+
if (entity.isLocalPlayer) {
45+
void audio?.updatePosition();
46+
}
4347
}

0 commit comments

Comments
 (0)