Range Doesn't Work

Even after fixing the SendNetworkUpdateImmediate Error the sole reason I wanted the plugin does not work unfortuanally. I wanted to increase the turret range for my admin bases. I tested several different configs and reloaded the plugin, but nothing changed. The server even had a couple reboots and still no change to the range.

How did you fix the SendNetworkUpdateImmediate error?

Merged post

I found the solution:

Open your .cs file with any text editor.

Find `SendNetworkUpdateImmediate`

like this:

`autoTurret.SendNetworkUpdateImmediate(false);`

and remove the argument, in this case `false`, like this:

`autoTurret.SendNetworkUpdateImmediate();`

I think there are 4 or 6 lines that need to be changed.

I have pushed an update to fix the compilation issues.