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 8, 2024
1 parent 477bd62 commit 7bc3ae2
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 = "477bd629b3351254ae35134233575af4e66f6047" -- The use of `'` instead of `"` is **intentional**

--#endregion

Expand Down

0 comments on commit 7bc3ae2

Please sign in to comment.