Skip to content

Commit

Permalink
1 file edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github committed Apr 20, 2024
1 parent 71051a4 commit 974a0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

<script>
localStorage.setItem("GameMode", "BattleRoyale");
const audio = new Audio('/resources/Loading.wav'); audio.play();
const audio = new Audio('/resources/audio/Loading.wav'); audio.play();
</script>

<script>
Expand Down

0 comments on commit 974a0e5

Please sign in to comment.