TARGET - small typo

This commit is contained in:
Applevangelist
2022-05-19 14:36:54 +02:00
parent 5be3f333f3
commit 8ad20b57fd
2 changed files with 405 additions and 59 deletions

View File

@@ -387,7 +387,7 @@ function TARGET:onafterStatus(From, Event, To)
end
if life==0 then
self:I(self.lid..string.format("FF life is zero but no object dead event fired ==> object dead now for traget object %s!", tostring(target.Name)))
self:I(self.lid..string.format("FF life is zero but no object dead event fired ==> object dead now for target object %s!", tostring(target.Name)))
self:ObjectDead(target)
end