Needs an update for July Forced Wipe

Finder - Failed to compile: 'BasePlayer' does not contain a definition for 'ClientRPCPlayer' and no accessible extension method 'ClientRPCPlayer' accepting a first argument of type 'BasePlayer' could be found (are you missing a using directive or an assembly reference?) | Line: 383, Pos: 28

+1, please update for us =)

I've updated Finder for the latest Rust update. Hopefully this helps everyone who has been waiting!

If you run into any issues or bugs, just let me know and I'll take a look.

Download: Finder

I've got the Problem too with Skins. The old Line 1001 was:

Owner.ClientRPCPlayer(null, Owner, "RPC_OpenLootPanel", _ins._config.Panel);

new one:

Owner.ClientRPC(RpcTarget.Player("RPC_OpenLootPanel", Owner), _ins._config.Panel);