Remove invalid error logging in HideLayerClothingSystem (#36529)
This commit is contained in:
@@ -45,7 +45,8 @@ public sealed class HideLayerClothingSystem : EntitySystem
|
||||
if (!Resolve(clothing.Owner, ref clothing.Comp1, ref clothing.Comp2))
|
||||
return;
|
||||
|
||||
if (!Resolve(user.Owner, ref user.Comp))
|
||||
// logMissing: false, as this clothing might be getting equipped by a non-human.
|
||||
if (!Resolve(user.Owner, ref user.Comp, false))
|
||||
return;
|
||||
|
||||
hideLayers &= IsEnabled(clothing!);
|
||||
|
||||
Reference in New Issue
Block a user