Merge pull request #600 from Flamanis/Unlock-Details-Streamer-for-use-on-Era

Unlock Details Streamer for use on Era
This commit is contained in:
Tercio Jose
2023-09-05 10:47:30 -03:00
committed by GitHub
@@ -2349,9 +2349,9 @@ end
function StreamOverlay:OnEvent (_, event, ...)
if (DetailsFramework and DetailsFramework.IsClassicWow()) then
return
end
--if (DetailsFramework and DetailsFramework.IsClassicWow()) then
-- return
--end
if (event == "ADDON_LOADED") then
local AddonName = select (1, ...)
if (AddonName == "Details_Streamer") then