Server Exception: Buoyancy Cycle NullReferenceExceptionSolved

Hi, i get this after server startup.

Server Exception: Buoyancy Cycle NullReferenceException: Object reference not set to an instance of an object at Buoyancy.BuoyancyFixedUpdate () [0x0011e] in <f75f9c24fbc649c382334471c9b2bd76>:0 at Buoyancy.DoCycle (System.Boolean forced) [0x0000c] in <f75f9c24fbc649c382334471c9b2bd76>:0 at Buoyancy.Cycle () [0x0001f] in <f75f9c24fbc649c382334471c9b2bd76>:0 at ServerMgr.FixedUpdate () [0x0004a] in <f75f9c24fbc649c382334471c9b2bd76>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception, Object) ServerMgr:FixedUpdate()

When server fully loaded i get this all the time

(11:58:41) | NullReferenceException: Object reference not set to an instance of an object

(11:58:41) | Server Exception: Buoyancy Cycle

If i unload all plugins at once it stops that msg.
If i unload one by one plugin the msg dont stop even when no plugin is loaded.

Latest server and oxide update 

Oxide.Rust Version: 2.0.6127 Oxide.Rust Branch: master

What could that be?
Get this since oxide v2.0.6126

Search your plugins for the term "Buoyancy". It's one of them.

Thank you WhiteThunder. Its TugMe

Locked automatically