diff --git a/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs b/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs index c4303c1a..59e53ff7 100644 --- a/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs +++ b/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs @@ -18,6 +18,6 @@ namespace CoreGame.Logic (Matcher)Matcher.AllOf(Lookup.ShootBall, Lookup.BallBag); public static Matcher s_BallRecycle = - (Matcher)Matcher.AllOf(Lookup.BallRecycle); + (Matcher)Matcher.AllOf(Lookup.BallRecycle, Lookup.BallData); } } \ No newline at end of file