Error while compiling Jail: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 318, Pos: 20
Doesn't compile after September update.
Having same issue
Go to line 318 change this "player.SendNetworkUpdateImmediate(false); to this"player.SendNetworkUpdateImmediate();".
It compiles now and seems to work.
Thanks it worked!