Skip to content

Commit ccbb509

Browse files
committed
feat: Update for CasualOS v1.2.19 and later
1 parent bf4f661 commit ccbb509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function start() {
2626
// The ID of the universe that we are going to load.
2727
// Because we're loading from a separate auxPlayer, we
2828
// have to include the full URL.
29-
const universeID = 'https://auxplayer.com?auxUniverse=universeId';
29+
const universeID = 'https://auxplayer.com?story=universeId';
3030
link.href = universeID;
3131

3232
// The configuration that tells the universe some information

0 commit comments

Comments
 (0)