File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 = " fc2341646d529e89cd74bc24517e3d5fa5fa41b8 " -- The use of `'` instead of `"` is **intentional**
3434
3535-- #endregion
3636
You can’t perform that action at this time.
0 commit comments