McJtyMods / RFToolsUtility

Everything from RFTools that doesn't fit in its own mod
MIT License
18 stars 17 forks source link

Privacy settings ignored across dimensions #83

Closed pitbox46 closed 6 months ago

pitbox46 commented 3 years ago

When using the dialing device, you can see and dial to private matter receivers that you are not a member of. Looking at the 1.16 branch, it seems that the issue is here. If the player is not found in the dimension, it defaults to true. I believe that changing the line to PlayerEntity playerByUuid = level.getServer().getPlayerList().getPlayerByUUID(player); would fix the issue.

pitbox46 commented 6 months ago

Looks like this was implemented at some point in time