diff --git a/Libraries/Core/Callbacks/MatchCallbacks.cs b/Libraries/Core/Callbacks/MatchCallbacks.cs index 5e86a157..b6913773 100644 --- a/Libraries/Core/Callbacks/MatchCallbacks.cs +++ b/Libraries/Core/Callbacks/MatchCallbacks.cs @@ -1,9 +1,10 @@ -using SptCommon.Annotations; +using SptCommon.Annotations; using Core.Controllers; using Core.Models.Eft.Common; using Core.Models.Eft.Match; using Core.Services; using Core.Utils; +using static Core.Services.MatchLocationService; namespace Core.Callbacks; @@ -238,7 +239,7 @@ public class MatchCallbacks( /// /// /// - public string DeleteGroup(string url, EmptyRequestData info, string sessionID) + public string DeleteGroup(string url, DeleteGroupRequest info, string sessionID) { _matchController.DeleteGroup(info); return _httpResponseUtil.GetBody(true);