diff --git a/src/Prospect.Server.Api/Services/CloudScript/Functions/EnterMatchmaking.cs b/src/Prospect.Server.Api/Services/CloudScript/Functions/EnterMatchmaking.cs index 95cd0ae..2924dec 100644 --- a/src/Prospect.Server.Api/Services/CloudScript/Functions/EnterMatchmaking.cs +++ b/src/Prospect.Server.Api/Services/CloudScript/Functions/EnterMatchmaking.cs @@ -25,6 +25,24 @@ public class EnterMatchmakingFunction : ICloudScriptFunction 1 && int.TryParse(parts[1], out var gsPort) ? gsPort : 7777, + MaintenanceMode = false, + }; + } + return new FYEnterMatchAzureFunctionResult { Success = true, diff --git a/src/Prospect.Server.Api/Services/CloudScript/Functions/EnterMatchmakingMatch.cs b/src/Prospect.Server.Api/Services/CloudScript/Functions/EnterMatchmakingMatch.cs index 49f1016..5bf6316 100644 --- a/src/Prospect.Server.Api/Services/CloudScript/Functions/EnterMatchmakingMatch.cs +++ b/src/Prospect.Server.Api/Services/CloudScript/Functions/EnterMatchmakingMatch.cs @@ -100,9 +100,12 @@ public class EnterMatchmakingMatchFunction : ICloudScriptFunction