diff --git a/Content.Server/Tools/ToolSystem.Welder.cs b/Content.Server/Tools/ToolSystem.Welder.cs index 7e9c7181c5..bd626258ec 100644 --- a/Content.Server/Tools/ToolSystem.Welder.cs +++ b/Content.Server/Tools/ToolSystem.Welder.cs @@ -85,7 +85,7 @@ namespace Content.Server.Tools return false; // Optional components. - Resolve(uid, ref item,ref appearance, false); + Resolve(uid, ref item, ref appearance, false); _light.ResolveLight(uid, ref light); @@ -150,7 +150,9 @@ namespace Content.Server.Tools return false; // Optional components. - Resolve(uid, ref item, ref light, ref appearance, false); + Resolve(uid, ref item, ref appearance, false); + + _light.ResolveLight(uid, ref light); welder.Lit = false;