True Music - Render Tick Patch
Patches the OnRenderTickClientCheckMusic crash in True Music B42.
Problem
True Music's OnRenderTickClientCheckMusic throws a nil-call exception every 100 render ticks in multiplayer, flooding the log and blocking input/UI responsiveness. This can make doors, interactions, and other actions unresponsive.
Fix
Wraps the original function in pcall so errors are caught silently instead of interrupting the render loop.
- Music features continue to work
- Render tick errors no longer freeze input
- Minimal performance overhead
Requirements
Developed by $J
Workshop ID: 3712059274
Mod ID: TrueMusic_Fix