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

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