diff options
Diffstat (limited to 'disengage_damaged_units.lua')
-rw-r--r-- | disengage_damaged_units.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/disengage_damaged_units.lua b/disengage_damaged_units.lua index eecd364..032561c 100644 --- a/disengage_damaged_units.lua +++ b/disengage_damaged_units.lua @@ -34,7 +34,6 @@ local function disengageDamagedUnits() local percent = health / maxHealth if percent < damageThreshold then - Spring.Echo("Disengaging " .. uid) spGiveOrderToUnit(uid, WG.CMD_DISENGAGE, {}, 0) else table.insert(newSelection, uid) |