mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
Also serialize unitCollUpdateArray in AttackPlan
It needs to be serialized so it's known which units to update next.
This commit is contained in:
@@ -2273,7 +2273,8 @@ AttackPlan.prototype.Serialize = function()
|
||||
"target": this.target !== undefined ? this.target.id() : undefined,
|
||||
"targetPos": this.targetPos,
|
||||
"uniqueTargetId": this.uniqueTargetId,
|
||||
"path": this.path
|
||||
"path": this.path,
|
||||
"unitCollUpdateArray": this.unitCollUpdateArray
|
||||
};
|
||||
|
||||
return { "properties": properties };
|
||||
|
||||
Reference in New Issue
Block a user