Skip to content
Snippets Groups Projects
Commit 23205377 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

chronoclone protection

parent d1ab4777
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ summonTemporalHound = function(self, t)
end
end
-- clean up
if self.summoner.dead then
if self.summoner.dead or not game.level:hasEntity(self.summoner) then
self:die(self)
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment