Skip to content

Commit

Permalink
c7m3 fix _commentary_warehousegenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Derpduck committed Nov 14, 2021
1 parent d17c14d commit 5f84fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/scripts/vscripts/community/maps/c7m3_port.nut
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function DoRoundFixes()
make_clip( "_bridgerail_thinledge", "Survivors", 1, "-19 -5 0", "19 -1 223", "288 -1275 414" );
make_clip( "_bridge_curbsmoother1", "Everyone", 1, "-128 -267 0", "-127 182 8", "-1 -1014 -8" );
make_clip( "_bridge_curbsmoother2", "Everyone", 1, "127 -267 0", "128 182 8", "1 -1014 -8" );
make_clip( "_commentary_warehousegenerator", "Everyone", 1, "-30 -15 -8", "30 15 135", "-1156 886 345" );
make_clip( "_commentary_warehousegenerator", "Survivors", 1, "-30 -15 -8", "30 15 135", "-1156 886 345" );

if ( HasPlayerControlledZombies() )
{
Expand Down

0 comments on commit 5f84fcb

Please sign in to comment.