mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
reenabled all maps
This commit is contained in:
parent
e404ad3598
commit
06351e5828
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue