mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 16:14:35 +02:00
use just location to go to path
This commit is contained in:
parent
57b4302e0d
commit
0b1ecdec74
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
this.startNearGrab = function() {
|
this.startNearGrab = function() {
|
||||||
// send the avatar to the baseball location so that they're ready to bat
|
// send the avatar to the baseball location so that they're ready to bat
|
||||||
Window.location = "/baseball"
|
location = "/baseball"
|
||||||
|
|
||||||
this.pitchAndHideAvatar()
|
this.pitchAndHideAvatar()
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue