Error spam in console for new updateSolved
Keep getting the error:
Server Exception: Mountable Cycle
NullReferenceException: Object reference not set to an instance of an object

Log file explanation:
Server Exception: Mountable Cycle
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

NullReferenceException: Object reference not set to an instance of an object
at MLRS.TryGetAimingModule (Item& item) [0x00006] in <bf6eb208e28c4ad784bcc4f51edae423>:0
at MLRS.UpdateStorageState () [0x00000] in <bf6eb208e28c4ad784bcc4f51edae423>:0
at MLRS.VehicleFixedUpdate () [0x0004b] in <bf6eb208e28c4ad784bcc4f51edae423>:0
at BaseMountable.FixedUpdateCycle () [0x00039] in <bf6eb208e28c4ad784bcc4f51edae423>:0
at ServerMgr.FixedUpdate () [0x00018] in <bf6eb208e28c4ad784bcc4f51edae423>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception, Object)
ServerMgr:FixedUpdate()

how did you solve this?
Locked automatically