No overload for method 'SendNetworkUpdateImmediate' - sept 2025 update

Getting on load after the september 2025 update

Failed compiling 'HeliControl.cs':
  1. No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments [CS1501]
     (HeliControl 18 line 866)​

Change line 866 to look like this:

heli.SendNetworkUpdateImmediate();

Thank you, I had the same error, and the problem is fixed.

Bull you are the man !!