diff --git a/lua/entities/gmod_wire_expression2/core/sound.lua b/lua/entities/gmod_wire_expression2/core/sound.lua index 2f0345e8ac..8b1b24f6d2 100644 --- a/lua/entities/gmod_wire_expression2/core/sound.lua +++ b/lua/entities/gmod_wire_expression2/core/sound.lua @@ -309,7 +309,7 @@ local function EmitSound(e2, ent, path, level, pitch, volume) path = WireLib.SoundExists(path) if not path then return end - ent:EmitSound(snd, level, pitch, volume) + ent:EmitSound(path, level, pitch, volume) end __e2setcost(20)