Skip to content

Commit

Permalink
Update games.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBooty165 authored Nov 14, 2024
1 parent fb980e5 commit d1f961b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inject/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit d1f961b

Please sign in to comment.