Third times a charm

This commit is contained in:
Chomp
2025-01-24 11:13:40 +00:00
parent 04b6731777
commit d78b742841
@@ -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",
(