Easter update error

Broken with Easter 2024 update.
Error while compiling AutoPickup: 'EggHuntEvent' does not contain a definition for 'EggCollected' and no accessible extension method 'EggCollected' accepting a first argument of type 'EggHuntEvent' could be found (are you missing a using directive or an assembly reference?) | Line: 697, Pos: 66

i'm also having the same issue.

Merged post

do we know the maintainer of the plugin?

edit line 697 in the .cs 

 

change this line 

EggHuntEvent.serverEvent.EggCollected(player);

to this 

EggHuntEvent.serverEvent.OnEggCollected(player, gifts);

oh, thank you so much! it loaded with out any errors!!