lemme show u how to scratch it

This commit is contained in:
Mario 2023-02-14 09:03:34 +02:00 committed by GitHub
parent da9e11798d
commit 8273e8113e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ function play() {
data:{"placeid":action},
success: function(response){
var token = response;
window.location = "grublox-player://1+launchmode:play+gameinfo:" + token + "+placelauncherurl:http://sierraf.tk/game/PlaceLauncher.ashx";
window.location = "grublox-player://1+launchmode:play+gameinfo:" + token + "+placelauncherurl:http://sierraf.tk/game/PlaceLauncher.ashx?token=" + token;
}
});
}