update codeowners & tiny door bugfix

This commit is contained in:
ElectroJr
2022-02-01 13:39:33 +13:00
parent f4022b3ab1
commit 86fb89edb8
2 changed files with 2 additions and 1 deletions

1
.github/CODEOWNERS vendored
View File

@@ -45,6 +45,7 @@
/Content.Shared/Damage/ @ElectroJr
/Content.Shared/Containers/ItemSlot/ @ElectroJr
/Content.*/PowerCell/ @ElectroJr
/Content.*/Doors/ @ElectroJr
# Only some of this shit code is my responsibility, but I wanna get notified:
/Content.*/Interaction/ @ElectroJr

View File

@@ -92,7 +92,7 @@ public sealed class DoorSystem : SharedDoorSystem
}
// send the sound to players.
SoundSystem.Play(filter, sound, uid, AudioParams.Default.WithVolume(-5));
SoundSystem.Play(filter, sound, uid, audioParams);
}
#region DoAfters