Skip to content

Commit

Permalink
CFG: Fix needing to initialize default properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy authored Dec 13, 2023
1 parent 63cb127 commit 6295de3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GameConfig.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"entities": {
"definitions": [ "tb-nzp.fgd" ],
"defaultcolor": "0.6 0.6 0.6 1.0",
"modelformats": [ "mdl", "bsp" ]
"modelformats": [ "mdl", "bsp" ],
"setDefaultProperties": true
},
"tags": {
"brush": [
Expand Down Expand Up @@ -75,4 +76,4 @@
{ "name": "vis"},
{ "name": "rad"}
]
}
}

0 comments on commit 6295de3

Please sign in to comment.