From ea36f700da82a3a6e28a1cd13b008abf5f765934 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Mon, 11 Mar 2024 15:37:39 +0000 Subject: [PATCH] Update js/apps.js --- js/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps.js b/js/apps.js index 26890102..bb7cca17 100644 --- a/js/apps.js +++ b/js/apps.js @@ -155,7 +155,7 @@ function loadGames(data) { } function redirectGame(dir) { - window.location.href = window.location.origin + "/semag/" + dir + "/index.html"; + window.location.href = window.location.origin + "/sppa/" + dir + "/index.html"; } function dynamicSort(property) { var sortOrder = 1;