cr4ckp0t / ElvUI_SystemDatatext

This is a rather simple addon that improves upon the stock system datatext that is packaged with ElvUI.
MIT License
0 stars 1 forks source link

new update #4

Closed qatre20 closed 4 years ago

qatre20 commented 4 years ago

hey, i just got the new upate it is working but got this error all the time 2x AceLocale-3.0-6: ElvUI_SystemDatatext: Missing entry for 'System (Improved)' [string "@ElvUI_SystemDatatext\ElvUI_SystemDatatext-2.2.6.lua"]:549: in main chunk

Daveo7 commented 4 years ago

Fix by editing ElvUI_SystemDatatext\ElvUI_SystemDatatext.lua and edit line 549.

Change from...

DT:RegisterDatatext("System (Improved)", nil, {"PLAYER_ENTERING_WORLD"}, OnEvent, OnUpdate, OnClick, OnEnter, OnLeave, L["System (Improved)"])

to... DT:RegisterDatatext("System (Improved)", nil, {"PLAYER_ENTERING_WORLD"}, OnEvent, OnUpdate, OnClick, OnEnter, OnLeave)

qatre20 commented 4 years ago

Thank you!