v2 up 938u9uajfpjaoip
This commit is contained in:
@@ -115,8 +115,15 @@ class AutomaticDispose {
|
||||
console.error(err.stack || err);
|
||||
});
|
||||
this.ADisDB.on("ready", () => {
|
||||
|
||||
setInterval(self.genSettings.bind(self),1000);
|
||||
self.adis_settings = {
|
||||
'Krankentransport-Automatic': false,
|
||||
'Sprechwunsch-Automatic': false,
|
||||
'MissionsOwn-Automatic': false,
|
||||
'Alliance-Automatic': false,
|
||||
'AllianceEvent-Automatic': false
|
||||
}
|
||||
self.genSettings()
|
||||
setInterval(self.genSettings.bind(self), 1000);
|
||||
|
||||
if (window.location.pathname === "/" || window.location.pathname === "/#") {
|
||||
self.GetAvailableMissions()
|
||||
|
||||
Reference in New Issue
Block a user