Compile Error

Any suggestions on how to fix this?  I've tried reinstalling

[DEBUG] Plugin compilation is already queued: EventManager (0.000 ago)
Error while compiling EMInterface: The type or namespace name 'EventManager' could not be found (are you missing a using direc
tive or an assembly reference?) | Line: 808, Pos: 64
Error while compiling EventManager: No overload for method 'SendNetworkUpdateImmediate' takes 1 arguments | Line: 2155, Pos: 2
4

Temporary Solution
Search for player.SendNetworkUpdateImmediate and change player.SendNetworkUpdateImmediate(false); to player.SendNetworkUpdateImmediate();

This shouldn't have a significant impact on events, but we'll hope for a fix eventually.

Noel2997

Temporary Solution
Search for player.SendNetworkUpdateImmediate and change player.SendNetworkUpdateImmediate(false); to player.SendNetworkUpdateImmediate();

This shouldn't have a significant impact on events, but we'll hope for a fix eventually.

Omg, my hero!  Thank you!