Skip to content
Snippets Groups Projects
Commit 96aace48 authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6183 51575b47-30f0-44d4-a5cc-537603b46e54
parent e8f1bf8d
No related branches found
No related tags found
No related merge requests found
......@@ -4139,6 +4139,7 @@ function _M:canSeeNoCache(actor, def, def_pct)
-- ESP, see all, or only types/subtypes
if self.esp then
local esp = self.esp
local t, st = rawget(actor, "type") or "???", rawget(actor, "subtype") or "???"
-- Type based ESP
if esp[actor.type] and esp[actor.type] > 0 then
return true, 100
......
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