Need Update after forced Wipe

Got currently this error after todays Wipe:

Error while compiling Build: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1210, Pos: 31

Same issue

Same issue

Error while compiling Build: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1210, Pos: 31

Β 

Open the plugin file, find and replace these lines:

buildingblock.SendNetworkUpdateImmediate(false); => buildingblock.SendNetworkUpdateImmediate();
baseentity.SendNetworkUpdateImmediate(false);  => baseentity.SendNetworkUpdateImmediate();
wnyR85dXqvPU0xm.jpg MTriper

Open the plugin file, find and replace these lines:

buildingblock.SendNetworkUpdateImmediate(false); => buildingblock.SendNetworkUpdateImmediate();
baseentity.SendNetworkUpdateImmediate(false);  => baseentity.SendNetworkUpdateImmediate();

It works, tnx. πŸ‘The Plugin still need an update 😁

Hey any solution?

Build - Failed to compile: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1210, Pos: 31

dl388yOrdyvlM7a.png pcebastian

Hey any solution?

Build - Failed to compile: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 1210, Pos: 31

I have written a solution to the problem. Use it.