diff --git a/BGAnimations/ScreenGameplay overlay/ReceptorArrowsPosition.lua b/BGAnimations/ScreenGameplay overlay/ReceptorArrowsPosition.lua index fb35a9bf8..e621f96e5 100644 --- a/BGAnimations/ScreenGameplay overlay/ReceptorArrowsPosition.lua +++ b/BGAnimations/ScreenGameplay overlay/ReceptorArrowsPosition.lua @@ -2,7 +2,7 @@ -- in both Casual, Competitive, and ECFA modes. If we're in one -- of those modes, bail now. if SL.Global.GameMode ~= "StomperZ" then - return false + return Def.Actor{} end local player = ...