mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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