Update Missions + co
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user