mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixes #78 revisited weight handycap
This commit is contained in:
parent
b6d67a0581
commit
e404ad3598
7 changed files with 27 additions and 16 deletions
|
|
@ -157,7 +157,7 @@ function (Nc, ProtocolHelper, validate, Options, Settings, FileSystem) {
|
|||
maps.push(fileinfo[0]);
|
||||
}
|
||||
};
|
||||
return maps.sort();
|
||||
return ["stones"];//maps.sort();
|
||||
};
|
||||
|
||||
return Api;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue