Fix typo in game.js

This commit is contained in:
Sam
2024-01-08 13:38:20 +01:00
parent 1b138ced05
commit 8aa6332d51

View File

@@ -221,7 +221,7 @@ function submit() {
sendData(nameHS, int(time));
console.log(nameHS + ": " + int(time));
nameHS = '';
submitted = true;0
submitted = true;
}
}