mcoxp
This commit is contained in:
@@ -112,9 +112,9 @@ window.ADis_UpdatePlannedEvents = function ADis_UpdatePlannedEvents(Mission) {
|
||||
|
||||
window.ADis_UpdatePlannedEventsToDone = function ADis_UpdatePlannedEventsToDone(MissionID) {
|
||||
return ADisDB.ADisMissionsOwn.update(MissionID, {
|
||||
missionID: MissionID,
|
||||
done: 'true'
|
||||
}).catch((err) => {})
|
||||
last_check: Math.floor(new Date().getTime() / 1000),
|
||||
next_check: Math.floor(new Date().getTime() / 1000) + 300
|
||||
}).catch((err) => {console.error(err)})
|
||||
}
|
||||
|
||||
window.ADis_RemovePlannedEventsFromQueue = function ADis_RemovePlannedEventsFromQueue(MissionID) {
|
||||
|
||||
Reference in New Issue
Block a user