Skip to content

Commit

Permalink
Update coords.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Veillax committed Feb 12, 2024
1 parent 0076c94 commit 347bd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc/js/coords.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ function resetDist() {
document.getElementById('X2').value = "0";
document.getElementById('Y2').value = "0";
document.getElementById('Z2').value = "0";
document.getElementById('speed').innerHTML = "It will take 0 minutes while walking, 0 minutes while running, and 0 minutes while flying to reach your destination";
document.getElementById('dist_speed').innerHTML = "It will take 0 minutes while walking, 0 minutes while running, and 0 minutes while flying to reach your destination";
}

0 comments on commit 347bd40

Please sign in to comment.