diff --git a/Barotrauma/BarotraumaShared/Lua/DefaultRegister/RegisterClient.lua b/Barotrauma/BarotraumaShared/Lua/DefaultRegister/RegisterClient.lua index 7501aacd8..bf71b3496 100644 --- a/Barotrauma/BarotraumaShared/Lua/DefaultRegister/RegisterClient.lua +++ b/Barotrauma/BarotraumaShared/Lua/DefaultRegister/RegisterClient.lua @@ -17,6 +17,8 @@ RegisterBarotrauma("Sounds.OggSound") RegisterBarotrauma("Sounds.VideoSound") RegisterBarotrauma("Sounds.VoipSound") RegisterBarotrauma("Sounds.SoundChannel") +RegisterBarotrauma("RoundSound") +RegisterBarotrauma("Items.Components.ItemSound") RegisterBarotrauma("Sounds.LowpassFilter") RegisterBarotrauma("Sounds.HighpassFilter")