From d78b742841032368c96ac807f0140c7fd962af35 Mon Sep 17 00:00:00 2001 From: Chomp Date: Fri, 24 Jan 2025 11:13:40 +0000 Subject: [PATCH] Third times a charm --- Libraries/Core/Routers/Static/MatchStaticRouter.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Libraries/Core/Routers/Static/MatchStaticRouter.cs b/Libraries/Core/Routers/Static/MatchStaticRouter.cs index 8485db63..2fd8250f 100644 --- a/Libraries/Core/Routers/Static/MatchStaticRouter.cs +++ b/Libraries/Core/Routers/Static/MatchStaticRouter.cs @@ -1,9 +1,10 @@ -using SptCommon.Annotations; +using SptCommon.Annotations; using Core.Callbacks; using Core.DI; using Core.Models.Eft.Common; using Core.Models.Eft.Match; using Core.Utils; +using static Core.Services.MatchLocationService; namespace Core.Routers.Static; @@ -59,7 +60,7 @@ public class MatchStaticRouter : StaticRouter info, sessionID, output - ) => _matchCallbacks.DeleteGroup(url, info as EmptyRequestData, sessionID)), + ) => _matchCallbacks.DeleteGroup(url, info as DeleteGroupRequest, sessionID)), new RouteAction( "/client/match/group/leave", (