1. Whats wrong after update?

    Code:
    [Oxide] 1:44 AM [Error] Failed to call hook 'OnWeaponDoThrow' on plugin 'Rust Core' (ArgumentException: failed to convert parameters)
    [Oxide] 1:44 AM [Debug]   at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
      at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    even this code not work (lua)

    Code:
    function PLUGIN:OnWeaponThrown(player, entity)
        --print(entity)
    end
     
  2. Wulf

    Wulf Community Admin

    Should be fixed in the next snapshot. Thanks for the report!