Stop hair-hiding from logging missing components (#12461)
This commit is contained in:
@@ -267,7 +267,7 @@ public sealed partial class HumanoidSystem : SharedHumanoidSystem
|
||||
/// <param name="humanoid">Humanoid component of the entity</param>
|
||||
public void ToggleHiddenLayer(EntityUid uid, HumanoidVisualLayers layer, HumanoidComponent? humanoid = null)
|
||||
{
|
||||
if (!Resolve(uid, ref humanoid))
|
||||
if (!Resolve(uid, ref humanoid, false))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user