bug: Modules/Social/ChatText.lua:2428: attempt to call method 'BetterSystemMessage' (a nil value)
Luckyone961 opened this issue ยท 1 comments
Did you check these before submitting?
- I have updated
ElvUIto the latest version before submitting this issue - I have updated
ElvUI_WindToolsto the latest version before submitting this issue - I have tested the issue with
/wtdebug onbefore
ElvUI Version
13.97
ElvUI_WindTools Version
3.99-fix-3
Describe the bug
Getting the following error
3x ...eElvUI_WindTools/Modules/Social/ChatText.lua:2428: attempt to call method 'BetterSystemMessage' (a nil value)
[ElvUI_Libraries/Core/Ace3/AceGUI-3.0-41/AceGUI-3.0.lua]:300: in function 'Fire'
[ElvUI_Libraries/Core/Ace3/AceGUI-3.0-41/widgets/AceGUIWidget-DropDown-Items.lua]:351: in function <...3/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua:341>
Locals:
self = <table> {
pullout = <table> {
}
userdata = <table> {
}
highlight = Texture {
}
value = true
parent = Frame {
}
base = <table> {
}
sub = Texture {
}
type = "Dropdown-Item-Toggle"
AceGUIWidgetVersion = 2004
text = FontString {
}
disabled = false
events = <table> {
}
useHighlight = true
frame = AceGUI30DropDownItem26 {
}
check = Texture {
}
}
name = "OnValueChanged"Steps To Reproduce
- WindTools config > Social > Chat Text
- Enable
- Scroll down to Abbreviation Customization
- Swap between any dropdown entries (Default/None/Short)
- Error
https://imgur.com/H37I2Kq.gifv
Expected Behavior
Additional info: Setting it to "Default"/"None" (can't remember which one of the two) currently just shows an empty double space in front of character names, I'd assume this is not intended behaviour either. "Short" works fine.