reenabled all maps

This commit is contained in:
logsol 2015-02-19 18:52:57 +01:00
parent e404ad3598
commit 06351e5828

View file

@ -157,7 +157,8 @@ function (Nc, ProtocolHelper, validate, Options, Settings, FileSystem) {
maps.push(fileinfo[0]);
}
};
return ["stones"];//maps.sort();
//return ["stones"];
return maps.sort();
};
return Api;