Fix setting of location in bat.js

This commit is contained in:
Stephen Birarda 2015-11-09 15:44:23 -08:00
parent b6c4ae757b
commit 57b4302e0d

View file

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