mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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() {
|
||||
// send the avatar to the baseball location so that they're ready to bat
|
||||
Window.location = "/baseball"
|
||||
location = "/baseball"
|
||||
|
||||
this.pitchAndHideAvatar()
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue