use just location to go to path

This commit is contained in:
Stephen Birarda 2015-11-09 15:49:54 -08:00
parent 57b4302e0d
commit 0b1ecdec74

View file

@ -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()
};