SirPlease / L4D2-Competitive-Rework

Just refreshing and optimizing the core files a bit, eh?
GNU General Public License v3.0
242 stars 131 forks source link

c2m2_fairgrounds.cfg in zonemod / elite / apex configs at line 33 have not closed structure #21

Closed Electr0 closed 5 years ago

Electr0 commented 5 years ago

bug found by empathy

cfg\stripper\zonemod\maps\c2m2_fairgrounds.cfg, line 33:

{
    "classname" "prop_dynamic"
    "angles" "0 0 0"
    "disablereceiveshadows" "0"
    "disableshadows" "1"
    "lightingorigin" "sfproplight"
    "model" "models/props_fairgrounds/tol_tunnel_heart.mdl"
    "solid" "6"
    "origin" "-4448.52 -5503.66 63.3769"
{
    "classname" "prop_dynamic"
    "angles" "0 270 0"
    "disablereceiveshadows" "0"
    "disableshadows" "1"
    "model" "models/props_industrial/warehouse_shelf001.mdl"
    "solid" "6"
    "origin" "-4463.12 -5564.78 -64.5013"
}
should be:
{
    "classname" "prop_dynamic"
    "angles" "0 0 0"
    "disablereceiveshadows" "0"
    "disableshadows" "1"
    "lightingorigin" "sfproplight"
    "model" "models/props_fairgrounds/tol_tunnel_heart.mdl"
    "solid" "6"
    "origin" "-4448.52 -5503.66 63.3769"
}
{
    "classname" "prop_dynamic"
    "angles" "0 270 0"
    "disablereceiveshadows" "0"
    "disableshadows" "1"
    "model" "models/props_industrial/warehouse_shelf001.mdl"
    "solid" "6"
    "origin" "-4463.12 -5564.78 -64.5013"
}
SirPlease commented 5 years ago

Fixed in Update v0.4 Thanks for reporting! 👍