Type `ItemModRFListener' does not contain a definition for `GetPagerEnt'Fixed
Hello. New patch, and suddely:

Error while compiling: RestoreUponDeath.cs(359,96): error CS1061: Type `ItemModRFListener' does not contain a definition for `GetPagerEnt' and no extension method `GetPagerEnt' of type `ItemModRFListener' could be found. Are you missing an assembly reference?

X.

+1... help
Yeah getting the same error as well

Merged post

fixed issue change this line in the plugin as a temp fix until update comes out.

frequency = item.info.GetComponentInChildren<ItemModRFListener>()?.GetPagerEnt(item)

to

frequency = item.info.GetComponentInChildren<ItemModRFListener>()?.GetAssociatedEntity(item)
Same players losing items 
Thanks Lincoln, worked perfectly
Locked automatically