mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
parent
0d1b595fa0
commit
2d4ec03019
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ Pack.prototype.PackProgress = function(data, lateness)
|
|||
this.CancelTimer();
|
||||
|
||||
this.packed = !this.packed;
|
||||
this.packing = false;
|
||||
Engine.PostMessage(this.entity, MT_PackFinished, { packed: this.packed });
|
||||
|
||||
// Done un/packing, copy our parameters to the final entity
|
||||
|
|
|
|||
Loading…
Reference in a new issue