Merge pull request #794 from argonui/token-remover-zone

Added additional condition to destroy Token Remover Zone
This commit is contained in:
dscarpac 2024-08-02 13:23:42 -05:00 committed by GitHub
commit 9fa824ad39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,3 +43,7 @@ end
function onPickUp() function onPickUp()
disable() disable()
end end
function onDestroy()
disable()
end