v2 upaifoa
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 03 2018 01:02:44 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 03 2018 01:04:35 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Mon Dec 03 2018 01:02:44 GMT+0100 (CET)*/
|
/*Generated on:Mon Dec 03 2018 01:04:35 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -18687,7 +18687,7 @@ class AutomaticDispose {
|
|||||||
if (Patient.need_Tragehilfe == true)
|
if (Patient.need_Tragehilfe == true)
|
||||||
self._ADisVehiclesNeed["0"]++;
|
self._ADisVehiclesNeed["0"]++;
|
||||||
|
|
||||||
if ((MissionConfig.emergency_medical_service.use_RTW == true && Patient.need_RTW == true) || Patient.need_RTW == true)
|
if (MissionConfig.emergency_medical_service.use_RTW == true || Patient.need_RTW == true)
|
||||||
self._ADisVehiclesNeed["28"]++;
|
self._ADisVehiclesNeed["28"]++;
|
||||||
|
|
||||||
if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true)
|
if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true)
|
||||||
|
|||||||
+1
-1
@@ -1517,7 +1517,7 @@ class AutomaticDispose {
|
|||||||
if (Patient.need_Tragehilfe == true)
|
if (Patient.need_Tragehilfe == true)
|
||||||
self._ADisVehiclesNeed["0"]++;
|
self._ADisVehiclesNeed["0"]++;
|
||||||
|
|
||||||
if ((MissionConfig.emergency_medical_service.use_RTW == true && Patient.need_RTW == true) || Patient.need_RTW == true)
|
if (MissionConfig.emergency_medical_service.use_RTW == true || Patient.need_RTW == true)
|
||||||
self._ADisVehiclesNeed["28"]++;
|
self._ADisVehiclesNeed["28"]++;
|
||||||
|
|
||||||
if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true)
|
if ((MissionConfig.emergency_medical_service.use_NEF == true && Patient.need_NEF == true) || Patient.need_NEF == true)
|
||||||
|
|||||||
Reference in New Issue
Block a user