Skip to content

Commit

Permalink
add-}-129
Browse files Browse the repository at this point in the history
  • Loading branch information
l-ea-f committed Oct 23, 2024
1 parent ad46aca commit a3455da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ WA.onInit().then(() => {

// The line below bootstraps the Scripting API Extra library that adds a number of advanced properties/features to WorkAdventure
bootstrapExtra().then(() => {
console.log('Scripting API Extra ready');
console.log('Scripting API Extra ready');}
// Update current map name
/* currentMapName = WA.state.loadVariable('mapName') as string;
}).catch(e => console.error(e));*/
Expand Down

0 comments on commit a3455da

Please sign in to comment.