From 413a0aa60904263ed0182f53d966f340e8c0694a Mon Sep 17 00:00:00 2001 From: FAForever Machine User Date: Sat, 30 Nov 2024 03:33:07 +0000 Subject: [PATCH] Post-process deployment --- lua/shared/components/DebugComponent.lua | 8 ++++---- lua/version.lua | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/shared/components/DebugComponent.lua b/lua/shared/components/DebugComponent.lua index 6ceb164723..37d504adc3 100644 --- a/lua/shared/components/DebugComponent.lua +++ b/lua/shared/components/DebugComponent.lua @@ -31,11 +31,11 @@ DebugComponent = ClassSimple { -- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafbeta.yaml -- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafdevelop.yaml - EnabledSpewing = true, - EnabledLogging = true, - EnabledWarnings = true, + EnabledSpewing = false, + EnabledLogging = false, + EnabledWarnings = false, EnabledErrors = true, - EnabledDrawing = true, + EnabledDrawing = false, --#endregion } diff --git a/lua/version.lua b/lua/version.lua index 3299c7914d..a6ebe8c1b5 100644 --- a/lua/version.lua +++ b/lua/version.lua @@ -28,9 +28,9 @@ -- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafbeta.yaml -- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafdevelop.yaml -local GameType = 'unknown' -- The use of `'` instead of `"` is **intentional** +local GameType = "FAF" -- The use of `'` instead of `"` is **intentional** -local Commit = 'unknown' -- The use of `'` instead of `"` is **intentional** +local Commit = "4a824e870d86171353a0b7d9106bb24e53cff8f5" -- The use of `'` instead of `"` is **intentional** --#endregion