Skip to content

Commit

Permalink
Update material blacklist
Browse files Browse the repository at this point in the history
* Remove `pp/copy` - Fixed in Facepunch/garrysmod-issues#5157
* Add `debug/debugluxels` since it apparently crashes linux clients
  • Loading branch information
Vurv78 authored Dec 15, 2023
1 parent 8097737 commit b0fa290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/wire/server/wirelib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ end

local material_blacklist = {
["engine/writez"] = true,
["pp/copy"] = true,
["debug/debugluxels"] = true, -- Crashes linux client
["effects/ar2_altfire1"] = true
}
function WireLib.IsValidMaterial(material)
Expand Down

0 comments on commit b0fa290

Please sign in to comment.