diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/mapspecs.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/mapspecs.js b/js/mapspecs.js index ecc5c9d..5cc482e 100644 --- a/js/mapspecs.js +++ b/js/mapspecs.js @@ -92,12 +92,6 @@ function grid_click(obj) { y = tmp[1];
x = tmp[2];
-
- if(typeof(mapdata[mapid]) == 'Object' && mapdata[mapid].editMap == true) {
- mapClick(obj);
- return;
- }
-
//The users solution - prepare it if it's not started
if (solution[mapid] == undefined) {
getmapdata(mapid);
|