diff --git a/src/game/loading.html b/src/game/loading.html index 20dd048..f86e8fb 100644 --- a/src/game/loading.html +++ b/src/game/loading.html @@ -20,7 +20,7 @@ diff --git a/src/js/thirdperson.js b/src/js/thirdperson.js index 331e40b..d1dedb4 100644 --- a/src/js/thirdperson.js +++ b/src/js/thirdperson.js @@ -12,7 +12,7 @@ setTimeout(()=> { }, 1700); setTimeout(()=> { - window.location.href = "/game/loading.html" + window.location.href = "/game/firstperson.html" }, 3000) diff --git a/src/onboard.php b/src/onboard.php index 3dcd6e2..5f6381d 100644 --- a/src/onboard.php +++ b/src/onboard.php @@ -27,7 +27,7 @@ session_start(); ?>

👾 codebeater 👾