We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basically adding 56 to this:
CoDaM_MiscMod/___CoDaM_MiscMod/codam/_mm_commands.gsc
Line 29 in b627910
-level.perms["default"] = codam\_mm_mmm::strTok("0-4:25:26", ":"); // pff xD +level.perms["default"] = codam\_mm_mmm::strTok("0-4:25:26:56", ":"); // pff xD
:)
The text was updated successfully, but these errors were encountered:
Hi, you can override the defaults in the MiscMod settings.
set scr_mm_groups "default" set scr_mm_perms_default "1-4:25-26:56"
https://cod.pm/guide/d0da8d/installing-and-configuring-codam-miscmod
Sorry, something went wrong.
thank you for your response.
My bad I forgot to share. I tried! I will try again and let you know. :)
It seems like I have to include default as a group for it to pick up the permissions. Fair enough.
set scr_mm_groups "owner;public;default" // <- must // then this will work set scr_mm_perms_default "1-4:6:25-26:56"
Thank you! :)
EDIT: haha goofed, basically what you said.
No branches or pull requests
Basically adding 56 to this:
CoDaM_MiscMod/___CoDaM_MiscMod/codam/_mm_commands.gsc
Line 29 in b627910
:)
The text was updated successfully, but these errors were encountered: