Skip to content

Commit

Permalink
unclosed line
Browse files Browse the repository at this point in the history
  • Loading branch information
Areso committed Sep 21, 2020
1 parent 80e7b63 commit da58838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ <h2>How to play</h2>
//then add AND condition
//that myMapObjects is NOT in the list of nonVisitableElements
if (game.myMapObjects[i][j] !== 0 && !(inArray(nonVisitableElements, game.myMapObjects[i][j])) {
console.log("myMapObjects"
console.log("myMapObjects");
}
}
}
Expand Down

0 comments on commit da58838

Please sign in to comment.