NotMyWing / GarrysModAmongUs

Among Us, re-imagined in Garry's Mod
MIT License
29 stars 7 forks source link

Add basic CAMI support #78

Closed BytewaveMLP closed 3 years ago

BytewaveMLP commented 3 years ago

CAMI is a library designed to abstract away admin mods' individual permission systems, making it easier for third-party addons to provide granular permissions to server operators. This PR adds tentative support for CAMI by registering 3 permissions:

This support is tentative, but is verified working (at least, for those settings which can be tested). Further testing is required for GMAU_ChangeSettings, as it has not yet been validated in a non-host context.