NullReferenceException at InitFixed

Everytime at our daily restart when the server is coming up we get this error causing the plugin to never load. For now we have the plugin load like 10mins after server restart as a manual command, which doesn't throw any errors on load. Any ideas?

06:01 [Error] Failed to initialize plugin 'FoundationLimit v1.4.1' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.FoundationLimit.Init () [0x00012] in <e6d5dd767a6247bdaf0320487305b8c0>:0 
  at Oxide.Plugins.FoundationLimit.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00038] in <e6d5dd767a6247bdaf0320487305b8c0>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <d09a1f46ca2f4432811bcfe45ad13c7b>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cf88a28c7fb44d36890d85a78331cc9d>:0 
  at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00043] in <cf88a28c7fb44d36890d85a78331cc9d>:0 
Sorry for being so late. I patched it.
Locked automatically