This commit is contained in:
parent
f023c5d8fe
commit
d147a3fd87
|
@ -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]){
|
||||
|
|
Loading…
Reference in New Issue