Space Engineers

Space Engineers

Jump Inhibitor Block [Depreciated]
lilbigmouth 2020 年 5 月 16 日 下午 1:28
NullPointer error
Hi, this seems to be giving me a Null Reference error upon loading:

Exception occured: System.NullReferenceException: Object reference not set to an instance of an object.
at Zkillerproxy.JumpInhibitorMod.JumpOverride.UnregisterInfoSendHandler()
at Sandbox.MySandboxGame.ProcessInvoke()
at Sandbox.MySandboxGame.Update()
at Sandbox.Engine.Platform.Game.UpdateInternal()
at Sandbox.Engine.Platform.Game.RunSingleFrame()
at Sandbox.Engine.Platform.FixedLoop.<>c__DisplayClass11_0.<Run>b__0()
at Sandbox.Engine.Platform.GenericLoop.Run(VoidAction tickCallback)
at Sandbox.Engine.Platform.Game.RunLoop()
at Sandbox.MySandboxGame.Run(Boolean customRenderLoop, Action disposeSplashScreen)
at SpaceEngineers.MyProgram.Main(String[] args)

Just thought I'd let you know