Broken on Update

InstantGather - Failed to compile: No overload for method 'OnKilled' takes 1 arguments | Line: 92, Pos: 22

 

Please fix :)

  • tree.OnKilled(hitInfo); ⇨ tree.Kill(BaseNetworkable.DestroyMode.Gib); 
  • ore.OnKilled(hitInfo);ore.Kill(BaseNetworkable.DestroyMode.Gib);
This worked for me, but I can't guarantee it.
2oBD4NLnD7lBnwe.jpg kencom
  • tree.OnKilled(hitInfo); ⇨ tree.Kill(BaseNetworkable.DestroyMode.Gib); 
  • ore.OnKilled(hitInfo);ore.Kill(BaseNetworkable.DestroyMode.Gib);
This worked for me, but I can't guarantee it.
Thanks mate! :)