ottworks / maestro

a competent admin mod for garry's mod
http://ottworks.github.io/maestro
24 stars 7 forks source link

CAMI support #67

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hey, There is a problem with your CAMI support. I'm in the group root and CAMI.PlayerHasAccess with a 'superadmin' privilege returns nothing

ottworks commented 8 years ago

Oops, I wasn't using the callback.

ghost commented 8 years ago

Yes I saw that. It could be nice if you can fix it so my addon can support Maestro ;)

ghost commented 8 years ago

I found another problem : When CAMI.PlayerHasAccess( ... ) is called, the third argument 'Target' is optional. With Maestro, it returns a nil error if target isn't used.