mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
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:
parent
8097737b48
commit
b0fa290438
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user