Mercurial > wow > devian
diff Devian.xml @ 69:e89244da507b
Fixed beacon click action on extra consoles.
Removed the load-time `print` output about the front channel.
author | Nenue |
---|---|
date | Tue, 15 Mar 2016 20:06:56 -0400 |
parents | 30456a6d5555 |
children | f6fae1a4c66c |
line wrap: on
line diff
--- a/Devian.xml Sat Mar 12 02:31:55 2016 -0500 +++ b/Devian.xml Tue Mar 15 20:06:56 2016 -0400 @@ -299,7 +299,7 @@ if IsShiftKeyDown() then Devian:Console_Toggle(self.console.index, 0) else - if self.console.index == DevianDB.current_channel or (not self.console.enabled) then + if self.console.index == Devian.currentProfile.current_channel or (not self.console.enabled) then Devian:Console_Toggle(self.console.index) if self.console.enabled then if self.console.minimized then