This commit is contained in:
libccy 2017-04-15 19:51:40 +08:00
parent f023c5d8fe
commit d147a3fd87
1 changed files with 6 additions and 2 deletions

View File

@ -126,7 +126,9 @@
window.plugins.insomnia.allowSleepAgain();
}
}
catch(e){}
catch(e){
game.print(e);
}
}
}
},
@ -34579,7 +34581,9 @@
try{
window.plugins.insomnia.keepAwake();
}
catch(e){}
catch(e){
game.print(e);
}
}
// var themeentry='background_color_'+lib.config.theme;
// if(lib.config[themeentry]){