Adds R_BAN
, R_DEBUG
, or R_SERVER
requirement to seeing ahelp ticket popups / tab
#366
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
By request: Admins require one of
R_BAN
(banning permissions)R_DEBUG
(debug permissions) orR_SERVER
(server restart permissions) to see ahelps.Also: This is very much not foolproof, as long as someone knows how VV works they you can unwrap the ahelp tracker pretty easily. However it should serve for our purposes (and is very easily caught).
Also also: This also half affects interviews because the panels are intertwined, but I couldn't bring myself to care about it since we don't do in game interviews. In fact I imagine they're disabled.
Also also also: this is difficult to test, so should be test-merged on a pre-round or something.