fixes #78 revisited weight handycap

This commit is contained in:
Jeena 2015-02-15 01:38:16 +01:00
parent b6d67a0581
commit e404ad3598
7 changed files with 27 additions and 16 deletions

View file

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