1. Hi all. @Wulf this is mainly directed for you.
    For some reason AddCovalenceCommand does ignore the permission at all.
    Here is some code:

    Code:
            void Init()
            {
                AddCovalenceCommand(config.Command, "cmdBP", "bpunlocker.admin");
            }
    And this command can be used by anyone, no matter if they have permission or not.... I have no idea what to do.
    [DOUBLEPOST=1507252351][/DOUBLEPOST]Well, actually I do - I can manually check for permission. But that's not the point.
     
  2. Wulf

    Wulf Community Admin

    Admin automatically have access to all Covalence commands as of the commit about a week or so ago.
     
  3. Hm, didn't notice. Thanks!