Another fix for FindBuffDuration

This commit is contained in:
Tercio Jose
2023-07-18 16:21:02 -03:00
parent 3eebecda83
commit bfbe4ca852
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ detailsFramework.FrameMixin = {
SetBackdropBorderColor = function(self, ...)
self = getFrame(self)
getFrame(self):SetBackdropBorderColor(...)
self:SetBackdropBorderColor(...)
end,
}