Update material blacklist

* Remove `pp/copy` - Fixed in https://github.com/Facepunch/garrysmod-issues/issues/5157
* Add `debug/debugluxels` since it apparently crashes linux clients
This commit is contained in:
Vurv 2023-12-14 18:58:21 -08:00 committed by GitHub
parent 8097737b48
commit b0fa290438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)