comparison Devian.lua @ 81:c85459c5bb16 v2.1.90

- Fixed AceConsole message mangling
author Nenue
date Sun, 10 Jul 2016 06:03:41 -0400
parents 94abbdec03fa
children 6e27274da4d9
comparison
equal deleted inserted replaced
80:bc9c5db65426 81:c85459c5bb16
567 self:RegisterChatCommand(cmd, func, true) 567 self:RegisterChatCommand(cmd, func, true)
568 end 568 end
569 end 569 end
570 570
571 function D:OnInitialize() 571 function D:OnInitialize()
572 L = D.L
572 573
573 -- pull defaults 574 -- pull defaults
574 if not _G.DevianDB then 575 if not _G.DevianDB then
575 _G.DevianDB = defaults 576 _G.DevianDB = defaults
576 end 577 end