Skip to content

Commit

Permalink
Revert "Post-process deployment"
Browse files Browse the repository at this point in the history
This reverts commit 71439fb.
  • Loading branch information
lL1l1 committed Oct 2, 2024
1 parent c00e2ce commit 12c347a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lua/shared/components/DebugComponent.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DebugComponent = ClassSimple {
EnabledLogging = true,
EnabledWarnings = true,
EnabledErrors = true,
EnabledDrawing = false,
EnabledDrawing = true,

--#endregion
}
4 changes: 2 additions & 2 deletions lua/version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "FAF Develop" -- The use of `'` instead of `"` is **intentional**
local GameType = 'unknown' -- The use of `'` instead of `"` is **intentional**

local Commit = "c3fc75df99384898155603403f9eca80285657fb" -- The use of `'` instead of `"` is **intentional**
local Commit = 'unknown' -- The use of `'` instead of `"` is **intentional**

--#endregion

Expand Down

0 comments on commit 12c347a

Please sign in to comment.