Skip to content

Commit

Permalink
Add explosive props to prop blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrist committed Mar 8, 2020
1 parent e39bcf9 commit 7ff422b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/propprotect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ local PROP_BLACKLIST = {
["models/props_phx/huge/evildisc_corp.mdl"] = true,
["models/props_phx/misc/potato_launcher_explosive.mdl"] = true,
["models/props_combine/combine_citadel001.mdl"] = true,
["models/props_phx/oildrum001_explosive.mdl"] = true
["models/props_phx/oildrum001_explosive.mdl"] = true,
["models/props_junk/wood_crate01_explosive.mdl"] = true,
["models/props_junk/propane_tank001a.mdl"] = true,
["models/props_explosive/explosive_butane_can.mdl"] = true,
["models/props_explosive/explosive_butane_can02.mdl"] = true
}

if (SERVER) then
Expand Down

0 comments on commit 7ff422b

Please sign in to comment.