-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fix fixbot command #216
Fix fixbot command #216
Conversation
… via server console
Thanks sneak |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much!
As far as I'm aware there are checks being done on client before this command can even be called, so this nested if statement is possibly reduntant.
The permission assigned to it is being checked in the registered command: |
the same is true for all vip commands (just saying) |
@qawery-just-sad commented on Aug 2, 2020, 6:01 AM EDT:
Oh gross, that "IsPlayerVip" stock needs to be nuked from orbit. Looks like that's used on a lot of VIP commands, not so much the case with fixbot, which is outside the scope of this PR. |
@sneak-it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* Fixed silent spec * Fix for tier issue #201 * display center speed OnClientPutInServer so doesnt have to be re-enabled in options * Fix incorrect percentage value * Revert "Fix incorrect percentage value" This reverts commit bb92e72. * Fix incorrect percentage value * Fix math * Fix duplicate and breaking fixbot permissions check, allow to be used via server console (#216) * Fixed scoreboard ordering for unranked players * Fix 2 memory leaks * Update commands.sp This puts the freestyle menu option back in !top * Minor fix for vote-extend Co-authored-by: Lubricant Jam <[email protected]> Co-authored-by: fluffyst <[email protected]> Co-authored-by: fatfuk <[email protected]> Co-authored-by: Bara <[email protected]> Co-authored-by: sneak-it <[email protected]> Co-authored-by: FR33K1LL <[email protected]>
Fix duplicate and breaking fixbot permissions check, allow to be used via server console