minor bug

This commit is contained in:
2021-12-27 22:56:47 -03:00
parent 19a61aa469
commit 457397c550

View File

@@ -20,7 +20,7 @@ function main(game) {
const data = localStorage.getItem('data')
if (data) {
if (typeof(data) === 'string') {
const checkInputsResult = Object.values(JSON.parse(data))