* WIP experimental pausing for ANSI/art

This commit is contained in:
Bryan Ashby 2015-05-03 21:36:53 -06:00
parent 5a00d219f8
commit d5017203ac
3 changed files with 12 additions and 7 deletions

View file

@ -63,7 +63,7 @@ function init(configPath, cb) {
function getDefaultPath() {
var base = miscUtil.resolvePath('~/');
if(base) {
return paths.join(base, '.enigmabbs', 'config.json');
return paths.join(base, '.enigma-bbs', 'config.json');
}
}