Fix not being able to put most things in your pockets.

This commit is contained in:
Vera Aguilera Puerto
2021-09-16 12:16:14 +02:00
parent 8bb5522734
commit ce746dde35
3 changed files with 19 additions and 7 deletions

View File

@@ -107,11 +107,6 @@ namespace Content.Server.Clothing.Components
return false;
}
if (EquipSound != null)
{
SoundSystem.Play(Filter.Pvs(Owner), EquipSound.GetSound(), Owner, AudioParams.Default.WithVolume(-2f));
}
return true;
}
}