Skip to content

Commit

Permalink
Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed May 7, 2020
1 parent 5488fb4 commit 4149141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion multiplay/skirmish/cobra_includes/miscFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ function initCobraGroups()
addDroidsToGroup(artilleryGroup, enumDroid(me, DROID_WEAPON).filter(function(obj) { return obj.isCB; }));

var cons = enumDroid(me, DROID_CONSTRUCT);
var highOil = highOilMap();
for (var i = 0, l = cons.length; i < l; ++i)
{
var con = cons[i];
Expand Down

0 comments on commit 4149141

Please sign in to comment.