From d1f961b14cf6d39945cc7b1264f11dec9a825e5c Mon Sep 17 00:00:00 2001 From: X-88 <126267638+MyBooty165@users.noreply.github.com> Date: Thu, 14 Nov 2024 05:56:38 -0600 Subject: [PATCH] Update games.js --- scripts/inject/games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/inject/games.js b/scripts/inject/games.js index e6d8c41c..b29e605a 100644 --- a/scripts/inject/games.js +++ b/scripts/inject/games.js @@ -53,7 +53,7 @@ async function inject() { gcontrols.style.display = 'flex'; document.body.style.overflow = 'none'; - gameframe.src = '/games${game.source}/'; + gameframe.src = '${game.source}/'; gameframe.setAttribute('allow', 'autoplay; fullscreen; gamepad; keyboard; clipboard-write; allow-same-origin'); gameframe.contentWindow.focus();