mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
@@ -2280,7 +2280,7 @@ AttackPlan.prototype.Serialize = function()
|
|||||||
"siegeState": this.siegeState,
|
"siegeState": this.siegeState,
|
||||||
"position5TurnsAgo": this.position5TurnsAgo,
|
"position5TurnsAgo": this.position5TurnsAgo,
|
||||||
"lastPosition": this.lastPosition,
|
"lastPosition": this.lastPosition,
|
||||||
"position": clone(this.position),
|
"position": this.position !== undefined ? clone(this.position) : undefined,
|
||||||
"isBlocked": this.isBlocked,
|
"isBlocked": this.isBlocked,
|
||||||
"targetPlayer": this.targetPlayer,
|
"targetPlayer": this.targetPlayer,
|
||||||
"target": this.target !== undefined ? this.target.id() : undefined,
|
"target": this.target !== undefined ? this.target.id() : undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user