mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 23:43:18 +02:00
Fix setting of location in bat.js
This commit is contained in:
parent
b6c4ae757b
commit
57b4302e0d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
this.startNearGrab = function() {
|
||||
// send the avatar to the baseball location so that they're ready to bat
|
||||
MyAvatar.location = "/baseball"
|
||||
Window.location = "/baseball"
|
||||
|
||||
this.pitchAndHideAvatar()
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue