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 3631c223aa..0c4bb475b2 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 Beta Balance" -- 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