Skip to content

Commit 8175549

Browse files
committed
#1941 Removed duplcicated killUnit
1 parent a6cf200 commit 8175549

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

resources/scripts/actions/ACTION_EXPLODE.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ var Constructor = function()
118118
// we destroyed a unit
119119
map.getGameRecorder().destroyedUnit(owner.getPlayerID(), ACTION_EXPLODE.postAnimationUnit.getUnitID(), ACTION_EXPLODE.postAnimationUnit.getOwner().getPlayerID());
120120
ACTION_EXPLODE.postAnimationUnit.killUnit();
121-
ACTION_EXPLODE.postAnimationUnit.killUnit();
122121
ACTION_EXPLODE.postAnimationUnit = null;
123122
ACTION_EXPLODE.postAnimationTargetX = -1;
124123
ACTION_EXPLODE.postAnimationTargetY = -1;

0 commit comments

Comments
 (0)