hi8
This commit is contained in:
4
dist/autoloader.js
vendored
4
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sat Nov 24 2018 16:43:06 GMT+0100 (CET)*/
|
||||
/*Generated on:Sat Nov 24 2018 16:55:37 GMT+0100 (CET)*/
|
||||
var AutomaticDispose_Branch = "master";
|
||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||
var da_lss_adis_time = new Date().getTime();
|
||||
@@ -6320,13 +6320,11 @@ ADisDB.on("ready", () => {
|
||||
// -
|
||||
|
||||
function ADis_RemovePoliceSprechwunschFromQueue(WunschID) {
|
||||
console.log('ADis_RemovePoliceSprechwunschFromQueue:', WunschID, typeof WunschID);
|
||||
return ADisDB.ADisSprechwunschPolice.where({
|
||||
missionID: WunschID
|
||||
}).delete();
|
||||
}
|
||||
function ADis_RemoveRescueSprechwunschFromQueue(WunschID) {
|
||||
console.log('ADis_RemoveRescueSprechwunschFromQueue:', WunschID, typeof WunschID);
|
||||
return ADisDB.ADisSprechwunsch.where({
|
||||
vehicleID: WunschID
|
||||
}).delete();
|
||||
|
||||
2
dist/standalone.js
vendored
2
dist/standalone.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sat Nov 24 2018 16:43:06 GMT+0100 (CET)*/
|
||||
/*Generated on:Sat Nov 24 2018 16:55:37 GMT+0100 (CET)*/
|
||||
function includesString(string1, string2) {
|
||||
return string1.toLowerCase().includes(string2.toLowerCase());
|
||||
}
|
||||
|
||||
@@ -13,13 +13,11 @@ var PoliceVehicleFrameWatchDog;
|
||||
// -
|
||||
|
||||
function ADis_RemovePoliceSprechwunschFromQueue(WunschID) {
|
||||
console.log('ADis_RemovePoliceSprechwunschFromQueue:', WunschID, typeof WunschID);
|
||||
return ADisDB.ADisSprechwunschPolice.where({
|
||||
missionID: WunschID
|
||||
}).delete();
|
||||
}
|
||||
function ADis_RemoveRescueSprechwunschFromQueue(WunschID) {
|
||||
console.log('ADis_RemoveRescueSprechwunschFromQueue:', WunschID, typeof WunschID);
|
||||
return ADisDB.ADisSprechwunsch.where({
|
||||
vehicleID: WunschID
|
||||
}).delete();
|
||||
|
||||
Reference in New Issue
Block a user