

Fixes ship-area stutter/freeze when using Wider Ship Mod (+ 2 Story Ship) together with WesleysInteriors.
When WesleysInteriors is installed alongside Wider Ship Mod, all players experience periodic stuttering near the left and right sides of the extended ship. CPU usage drops during the stutter, indicating main thread blocking rather than high computation.
This mod applies two patches:
ChangeAudioReverbForPlayer to execute at most once every 0.3 seconds, preventing rapid-fire calls at the ship boundary.SetPlayerInsideShip when standing at the edge of the extended ship area (0.5 second debounce).ShipBoundaryFix.dll in BepInEx/plugins/.This is a workaround, not a root cause fix. The underlying issue is in how WesleysInteriors' registered triggers interact with Wider Ship Mod's expanded ship boundaries.