Skip to content

Commit eb35abd

Browse files
committed
Post-process deployment
1 parent 3fb6b69 commit eb35abd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lua/shared/components/DebugComponent.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DebugComponent = ClassSimple {
3535
EnabledLogging = true,
3636
EnabledWarnings = true,
3737
EnabledErrors = true,
38-
EnabledDrawing = true,
38+
EnabledDrawing = false,
3939

4040
--#endregion
4141
}

lua/version.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
-- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafbeta.yaml
2929
-- - https://github.com/FAForever/fa/blob/develop/.github/workflows/deploy-fafdevelop.yaml
3030

31-
local GameType = 'unknown' -- The use of `'` instead of `"` is **intentional**
31+
local GameType = "FAF Develop" -- The use of `'` instead of `"` is **intentional**
3232

33-
local Commit = 'unknown' -- The use of `'` instead of `"` is **intentional**
33+
local Commit = "3fb6b69d43ed079b8e3d0629db8346d5386481d7" -- The use of `'` instead of `"` is **intentional**
3434

3535
--#endregion
3636

0 commit comments

Comments
 (0)