Skip to content

Commit

Permalink
Fix d3_c17_07 player clip blocking players at the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
ZehMatt committed Dec 19, 2024
1 parent 56ae586 commit dc8f03d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0.9.28 (in development)
- Fixed: d2_prison_05 not removing default spawn items.
- Fixed: d2_prison_05: Not removing default spawn items.
- Fixed: d3_c17_07: Player clip blocking other players at the start of the map.

0.9.27
- Fixed: Entity inputs/outputs are parsed incorrect.
Expand Down
3 changes: 2 additions & 1 deletion gamemode/gametypes/hl2/mapscripts/d3_c17_07.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ MAPSCRIPT.EntityFilterByClass = {}

MAPSCRIPT.EntityFilterByName = {
["player_items_template"] = true,
["pclip_gate1"] = true
["turretroom_playerclipbrush"] = true,
["pclip_gate1"] = true,
}

function MAPSCRIPT:PostInit()
Expand Down

0 comments on commit dc8f03d

Please sign in to comment.