`BaseEntityEx' does not contain a definition for `IsValid'Fixed

Error while compiling: BetterElevators.cs(795,60): error CS0117: `BaseEntityEx' does not contain a definition for `IsValid'

Error while compiling after the last update.

same Error while compiling: BetterElevators.cs(795,60): error CS0117: `BaseEntityEx' does not contain a definition for `IsValid'

Same issue

Thanks for the report. I will make a fix promptly.

Edit: Fixed in v1.2.3. The root cause was that BaseEntityEx.IsValid was moved to BaseNetworkableEx.IsValid. To fix, I just inlined the method rather than calling the new one, to prevent breaking the plugin for people who haven't updated Rust yet.

Thx WhiteThunder, you are very good.

Locked automatically