Skip to content

Commit

Permalink
Merge pull request #301 from Talishar/roguelike-one-more-try
Browse files Browse the repository at this point in the history
one more time
  • Loading branch information
LaustinSpayce committed Apr 9, 2023
2 parents 71b5f35 + 24d33e6 commit b2bdfbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const EndGameMenuOptions = () => {
};

const handleContinueAdventure = () => {
window.location.href = "https://beta.talishar.net/game/Roguelike/ContinueAdventure.php?gameName=" + roguelikeGameID + "&playerID=1&health=" + health;
window.location.href = `https://beta.talishar.net/game/Roguelike/ContinueAdventure.php?gameName=${roguelikeGameID}&playerID=1&health=${health}`;
};

return (
Expand Down

0 comments on commit b2bdfbb

Please sign in to comment.