Reorders Sound Systems signatures to match Popup Systems. (#8728)
This commit is contained in:
@@ -109,7 +109,7 @@ public sealed class DoorSystem : SharedDoorSystem
|
||||
}
|
||||
|
||||
// send the sound to players.
|
||||
SoundSystem.Play(filter, sound, uid, audioParams);
|
||||
SoundSystem.Play(sound, filter, uid, audioParams);
|
||||
}
|
||||
|
||||
#region DoAfters
|
||||
|
||||
Reference in New Issue
Block a user