Failed compiling 'NoWorkbench.cs':
1. No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments [CS1501]
(NoWorkbench 20 line 52)
Broken September 2025 Update
To fix do this find SendNetworkUpdateImmediate(true) or SendNetworkUpdateImmediate(false) and change to SendNetworkUpdateImmediate()
Thanks to MRLiquid for showing me the fix
This worked. Thanks to the both of you