-
-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace crate open permission with deny open permission (#763)
* Deny Open Perm Changed crate open permission over to being a deny open permission. This change should simplify how crate permissions are handled by reducing it to a single permission per crate that is more self-explanatory. * update permission registration on startup * update straggling permission check to reflect new change * update default message for no permission to use crate * don't check for lowercase permission the check should be case-sensitive * send more verbose messages to console if the CrateOpenEvent is cancelled. * remove : from logging message * add player name to logging message --------- Signed-off-by: Ryder Belserion <[email protected]> Co-authored-by: TrueDarkLord <[email protected]>
- Loading branch information
1 parent
3fb4bc4
commit 788d71a
Showing
5 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters