This was SVN commit r19796.
This commit is contained in:
mimo
2017-06-17 10:36:55 +00:00
parent 9d919f4369
commit 2cd7c62c0f
@@ -803,7 +803,7 @@ m.ConstructionPlan.prototype.Serialize = function()
"cost": this.cost.Serialize(),
"number": this.number,
"position": this.position,
"isGoRequirement": this.isGoRequirement || undefined,
"goRequirement": this.goRequirement || undefined,
"queueToReset": this.queueToReset || undefined
};
};