PlusEMU r2 - Furni Interaction Use Button

cammy

Member
May 15, 2014
471
220
9XKFSj4.png

Users can't see this Use button. How do I make it so they can see it?

I know a fix has been posted in the past but I honestly can't find it anywhere.
 

Hypothesis

Programmer
Jan 6, 2019
524
361
Only users with room rights can see it is the problem, if you want to make it so anyone can see it, locate this in InteractorSwitch.cs
C#:
bool HasRights
Replace it with
C#:
bool none
Should fix your problem.
 

Users who are viewing this thread

Top