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 3631c223aa..d43d4d51a5 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 = "e951c9f05b51cd7a60510a63b3a00362c1f581a5" -- The use of `'` instead of `"` is **intentional** --#endregion