welder fix (#20090)

This commit is contained in:
Doru991
2023-09-13 07:35:04 +03:00
committed by GitHub
parent 3b4aebf9e0
commit 266dc47b80

View File

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