avatarisland link should direct to 11.5848,-8.10862,-2.80195

This commit is contained in:
Alexander Ivash 2018-06-06 21:50:11 +03:00
parent 89c478310f
commit a9f10b2305

View file

@ -535,7 +535,7 @@ Rectangle {
anchors.fill: parent
onClicked: {
popup.showGetWearables(function() {
emitSendToScript({'method' : 'navigate', 'url' : 'hifi://AvatarIsland'})
emitSendToScript({'method' : 'navigate', 'url' : 'hifi://AvatarIsland/11.5848,-8.10862,-2.80195'})
}, function(link) {
console.debug('link clicked', link);
emitSendToScript({'method' : 'navigate', 'url' : link})