Skip to content

Commit fc350fc

Browse files
committed
Fixed monopoly junior multiplayer
1 parent 41d6bd7 commit fc350fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/chat/interface/mediaengine/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ async function doMediaSelect() {
10351035
accountHelper.getCurrentValidationState()
10361036
.username;
10371037
}
1038-
const embedURL = `https://random-rants-chat.github.io/taco-shoot-minigame/?n=${Math.round(Date.now())}&username=${encodeURIComponent(username)}&id=${Math.round(Date.now())}&project=${encodeURIComponent("multiplayermonopolyjunior")}`;
1038+
const embedURL = `https://random-rants-chat.github.io/taco-shoot-minigame/?n=${Math.round(Date.now())}&username=${encodeURIComponent(username)}&id=${Math.round(Date.now())}&project=${encodeURIComponent("multiplayermonopolyjunior-fixed")}`;
10391039

10401040
sws.send(
10411041
JSON.stringify({

wpstatic/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":"1761738317641"}
1+
{"timestamp":"1761739383297"}

0 commit comments

Comments
 (0)