Commit 77262190 authored by POLYMER's avatar POLYMER

fix

parent 6fd4c61e
...@@ -251,7 +251,7 @@ function Auxiliary.PreloadUds() ...@@ -251,7 +251,7 @@ function Auxiliary.PreloadUds()
local _GetHandler=Effect.GetHandler local _GetHandler=Effect.GetHandler
function Effect.GetHandler(e,...) function Effect.GetHandler(e,...)
--warning!!! --warning!!!
if _Effect.IsHasType(e,EFFECT_TYPE_XMATERIAL) and not effect_registered[e] then return effect_handler[e] end if _Effect.IsHasType(e,EFFECT_TYPE_XMATERIAL) and not effect_registered[e] and Duel.Exile then return effect_handler[e] end
local c=_GetHandler(e,...) local c=_GetHandler(e,...)
if not c then return effect_handler[e] end if not c then return effect_handler[e] end
return c return c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment