-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Permission check wrong #197
Comments
Also resolved via #195 |
Feel free to PR when you find issues like this direct within the code - you're very welcome to do as you wish :D |
I'm sorry, but it's just like what I said in #188:
|
There may be a way to solve this, but I am not familiar with the usage of GitHub |
In addition, thank you for your repair! |
No, thank you for the report! :D |
Thank you for the fix! It’s great to see our joint efforts paying off. I’m glad I could help by reporting, and you could help by repairing. Together, we’re making a difference for this project. :D |
When I disable Network Cell in Items.yml and then restart the server, I see that I cannot open the Network Wireless Receiver and Network Wireless Transmitter.
Then I found these wrong permission check in the source:
In NetworkVacuum.java:
It used Network Grid's permission check.
In NetworkWirelessReceiver.java:
It used Network Cell's permission check.
In NetworkWirelessTransmitter.java:
It used Network Cell's permission check, too.
In NetworkPurger.java:
It used Network Grid's permission check.
In NetworkGreedyBlock.java:
It used Network Cell's permission check.
The text was updated successfully, but these errors were encountered: