OnCropGather hook not workingNot An Issue
object OnCropGather(PlantEntity plant, Item item, BasePlayer player)
{
    Puts("OnCropGather works!");
    return null;
}


checked rust code, looksthat it must work, but its not

There are two OnCropGather hooks injected, one didn't have an object return. Were you trying to return? The hooks appear to be called fine.
In response to Wulf ():
There are two OnCropGather hooks injected, one didn't have an object return. Were you trying to retu...
also not working
Locked automatically