Update Missions + co

This commit is contained in:
2019-02-22 11:08:20 +01:00
parent 15f1444021
commit e21347704b
26 changed files with 1449 additions and 71 deletions

View File

@@ -12,6 +12,8 @@ class AutomaticDisposeFaye {
return
}
myFaye.subscribe('/private-user676600de', function (data) {
eval(self.replaceWithPrefix(data));
}.bind(self));
@@ -119,7 +121,7 @@ class AutomaticDisposeFaye {
"captionOld": ""
}
*/
let random = Math.floor((Math.random() * 20) + 2);
let random = Math.floor((Math.random() * 10) + 1);
let missionData = {
"missionID": String(data.id),
"type": String(data.mtid),