Skip to content

Commit

Permalink
Post-process deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
FAForeverBot committed Oct 10, 2024
1 parent a900390 commit 2544b30
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 = true,
EnabledDrawing = false,

--#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 = '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 = "a9003903903e204a7def5835f86716a4ce0fb67b" -- The use of `'` instead of `"` is **intentional**

--#endregion

Expand Down

0 comments on commit 2544b30

Please sign in to comment.