mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
fix undeclared variable
This commit is contained in:
parent
572133b4c1
commit
7c1335c7f1
1 changed files with 1 additions and 1 deletions
|
@ -385,8 +385,8 @@ function airutils.destroy(self, by_name, by_automation)
|
|||
child:remove()
|
||||
end
|
||||
|
||||
local destroyed_ent = nil
|
||||
if by_automation == false then
|
||||
local destroyed_ent = nil
|
||||
if self._destroyed_ent then
|
||||
destroyed_ent = self._destroyed_ent
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue