Skip to content

Commit

Permalink
Beta Fix - Make sure player map for google drive is also api link
Browse files Browse the repository at this point in the history
  • Loading branch information
Azmoria committed Sep 24, 2023
1 parent 74298a0 commit 3c403d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MessageBroker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ class MessageBroker {
});


$("#scene_map").attr('src', data.player_map);
$("#scene_map").attr('src', getGoogleDriveAPILink(data.player_map));

}
console.log("LOADING TOKENS!");
Expand Down

0 comments on commit 3c403d7

Please sign in to comment.