From bcbbe9650f670c4c47d5313c8985e1fc197017a6 Mon Sep 17 00:00:00 2001 From: FAForever Machine User Date: Thu, 24 Oct 2024 21:18:11 +0000 Subject: [PATCH] Post-process deployment --- lua/shared/components/DebugComponent.lua | 2 +- lua/version.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/shared/components/DebugComponent.lua b/lua/shared/components/DebugComponent.lua index 6ceb164723..f4d623c940 100644 --- a/lua/shared/components/DebugComponent.lua +++ b/lua/shared/components/DebugComponent.lua @@ -35,7 +35,7 @@ DebugComponent = ClassSimple { EnabledLogging = true, EnabledWarnings = true, EnabledErrors = true, - EnabledDrawing = true, + EnabledDrawing = false, --#endregion } diff --git a/lua/version.lua b/lua/version.lua index 6449b4ecee..ac5c084bd8 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 Develop" -- The use of `'` instead of `"` is **intentional** -local Commit = 'unknown' -- The use of `'` instead of `"` is **intentional** +local Commit = "ba693b0c071ff0afc317661a0cdc3b4f5614935c" -- The use of `'` instead of `"` is **intentional** --#endregion