cammy Member May 15, 2014 481 238 Mar 7, 2019 #1 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.
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 Mar 7, 2019 #2 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. Upvote 0 Downvote
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.
cammy Member May 15, 2014 481 238 Mar 8, 2019 Thread starter #3 Hypothesis said: 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. Click to expand... Didn't fix my problem. Upvote 0 Downvote
Hypothesis said: 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. Click to expand... Didn't fix my problem.