DynamicCam

DynamicCam

1M Downloads

conflict

gaveer opened this issue ยท 1 comments

commented

@LudiusMaximus
i have issue with addon conflict with another addon has the same commands , 
The addon that has the same commands is : Details!Skada Covenants

default Profile of the addone  has chat on  /dc chat [on | off]
when i ever enter a dungeon i keep getting : you are not in a party , and the covanant chat not working . 

 can we do something about this ?

commented

Hm, to fix this from DynamicCam's side, I would have to make the ChatCommands user-customizable. Not so easily done and not on the top of my priority list.

A workaround for you would be to (either in DynamicCam (Core.lua) or in Details!Skada Covenants) find the line of code starting with:
self:RegisterChatCommand("dc",
and change the "dc" to whatever you like, or remove that line completely.

But you will have to do it every time the respective addon gets updated.