Fix not being able to put most things in your pockets.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user