We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cf200 commit 8175549Copy full SHA for 8175549
1 file changed
resources/scripts/actions/ACTION_EXPLODE.js
@@ -118,7 +118,6 @@ var Constructor = function()
118
// we destroyed a unit
119
map.getGameRecorder().destroyedUnit(owner.getPlayerID(), ACTION_EXPLODE.postAnimationUnit.getUnitID(), ACTION_EXPLODE.postAnimationUnit.getOwner().getPlayerID());
120
ACTION_EXPLODE.postAnimationUnit.killUnit();
121
- ACTION_EXPLODE.postAnimationUnit.killUnit();
122
ACTION_EXPLODE.postAnimationUnit = null;
123
ACTION_EXPLODE.postAnimationTargetX = -1;
124
ACTION_EXPLODE.postAnimationTargetY = -1;
0 commit comments