Skip to content

Commit

Permalink
🐛 correct map tile base path
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed May 2, 2021
1 parent 5a68d19 commit af9ee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/_maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const initConfig = ( game ) => {
const map = (type === 'vanilla')
? game
: activeMap;
const basePath = `${ tileRemoteLocation }/${ map }/${ tilesVersion }`;
const basePath = `${ tileRemoteLocation }/${ map }/${ tilesVersion }/`;

Vue.prototype.$pushALog( `Base path: ${ basePath } | Type: ${ type } | Tile version: ${ tilesVersion }`,
_history.HTY_ZONE.MAPS_INIT );
Expand Down

0 comments on commit af9ee13

Please sign in to comment.