This commit is contained in:
parent
f023c5d8fe
commit
d147a3fd87
|
@ -126,7 +126,9 @@
|
||||||
window.plugins.insomnia.allowSleepAgain();
|
window.plugins.insomnia.allowSleepAgain();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(e){}
|
catch(e){
|
||||||
|
game.print(e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -34579,7 +34581,9 @@
|
||||||
try{
|
try{
|
||||||
window.plugins.insomnia.keepAwake();
|
window.plugins.insomnia.keepAwake();
|
||||||
}
|
}
|
||||||
catch(e){}
|
catch(e){
|
||||||
|
game.print(e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// var themeentry='background_color_'+lib.config.theme;
|
// var themeentry='background_color_'+lib.config.theme;
|
||||||
// if(lib.config[themeentry]){
|
// if(lib.config[themeentry]){
|
||||||
|
|
Loading…
Reference in New Issue