- Show light of the martyr damage on death log.
- Truncate spell and source name in the death recap window.
This commit is contained in:
+1
-1
@@ -810,7 +810,7 @@ local SwitchOnClick = function (self, button, forced_value, value)
|
||||
--> safe call
|
||||
local success, errorText = pcall (slider.OnSwitch, slider, slider.FixedValue, value)
|
||||
if (not success) then
|
||||
error ("Details! Framework: OnSwitch() " .. (button:GetName() or "-NONAME-") .. " error: " .. (errorText or ""))
|
||||
error ("Details! Framework: OnSwitch() " .. (button.GetName and button:GetName() or "-NONAME-") .. " error: " .. (errorText or ""))
|
||||
end
|
||||
|
||||
--> trigger hooks
|
||||
|
||||
Reference in New Issue
Block a user