line 662 change
if (!playerCorpse.CanLoot(player)) return;
to
if (!playerCorpse.CanLoot(playerCorpse)) return;
Fix for latest rust update
what?
OMG, sorry, wrong plugin.
no worries
line 662 change
if (!playerCorpse.CanLoot(player)) return;
to
if (!playerCorpse.CanLoot(playerCorpse)) return;
what?
OMG, sorry, wrong plugin.
no worries