We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6226cdc commit e64a4f9Copy full SHA for e64a4f9
2 files changed
src/chat/interface/mediaengine/index.js
@@ -977,7 +977,7 @@ async function doMediaSelect() {
977
accountHelper.getCurrentValidationState()
978
.username;
979
}
980
- 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("3d-laser-tag")}`;
+ 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("3dlasertag")}`;
981
982
sws.send(
983
JSON.stringify({
wpstatic/version.json
@@ -1 +1 @@
1
-{"timestamp":"1761667824906"}
+{"timestamp":"1761668213693"}
0 commit comments