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