Minor Changes.

This commit is contained in:
funkyfranky
2018-05-07 23:32:57 +02:00
parent fc852e0386
commit 95d7b8250d
2 changed files with 3 additions and 4 deletions

View File

@@ -264,7 +264,6 @@ function GROUP:Destroy( GenerateEvent )
if self:IsAir() then
self:CreateEventCrash( timer.getTime(), UnitData )
else
env.info("FF create event dead")
self:CreateEventDead( timer.getTime(), UnitData )
end
end