diff --git a/static/js/coord.js b/static/js/coord.js index 1799af9..2fe4ef8 100644 --- a/static/js/coord.js +++ b/static/js/coord.js @@ -144,7 +144,6 @@ var Coord = function(grid, x, y) { else coord = Coord.compass[dir](this); - if(coord.x < 0 || coord.y < 0) return undefined; return coord; }