File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2626 // Note: replacing "map-storage" by "play" is a convention for self-hosted setups, but could absolutely
2727 // not work in some cases (e.g. if play and map-storage are on different domains or if the URL structure is different).
2828 let playBase = ( playBaseUrl && playBaseUrl . trim ( ) )
29- ? playBaseUrl . replace ( / \/ $ / , '' )
29+ ? playBaseUrl . replace ( / \/ $ / , '' ) + "/"
3030 : undefined ;
3131 if ( playBase === undefined ) {
3232 const mapStorageUrlObj = new URL ( mapStorageUrl || '' , window . location . origin ) ;
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ <h2>Choose a name / directory for your maps</h2>
8484 </ div >
8585 </ div >
8686
87- < p > The directory be visible in the URL of your maps.</ p >
87+ < p > The directory will be visible in the URL of your maps.</ p >
8888 </ div >
8989 < div >
9090 < input id ="uploadDirectory " type ="text " placeholder ="Name of your world " value ="{{uploadDirectory}} " />
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ <h2>Choose a name / directory for your maps</h2>
7777 </ div >
7878 </ div >
7979
80- < p > The directory be visible in the URL of your maps.</ p >
80+ < p > The directory will be visible in the URL of your maps.</ p >
8181 </ div >
8282 < div >
8383 < input id ="uploadDirectory " type ="text " placeholder ="Name of your world " value ="{{uploadDirectory}} " />
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ const controllers = [
115115] ;
116116
117117// Verify and log all controllers created
118+ void controllers ;
118119/*controllers.forEach(controller => {
119120 console.info(`Controller started: ${controller.constructor.name}`);
120121});*/
You can’t perform that action at this time.
0 commit comments