From 8f01d343923db436ccddc4f9e12482767eb3629b Mon Sep 17 00:00:00 2001 From: Tercioo Date: Fri, 8 Mar 2019 18:57:38 -0300 Subject: [PATCH] - Fixing the Streamer plugin for the recently changes in details!. --- plugins/Details_Streamer/Details_Streamer.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Details_Streamer/Details_Streamer.lua b/plugins/Details_Streamer/Details_Streamer.lua index 3cf53bae..6fe2a1bb 100644 --- a/plugins/Details_Streamer/Details_Streamer.lua +++ b/plugins/Details_Streamer/Details_Streamer.lua @@ -6,7 +6,8 @@ local LibWindow = LibStub ("LibWindow-1.1") local _ --> create the plugin object -local StreamOverlay = _detalhes:NewPluginObject ("Details_StreamOverlay", DETAILSPLUGIN_ALWAYSENABLED) +-- "Details_StreamOverlay" is the old name +local StreamOverlay = _detalhes:NewPluginObject ("Details_Streamer", DETAILSPLUGIN_ALWAYSENABLED) --tinsert (UISpecialFrames, "Details_StreamOverlays") --> main frame (shortcut) local SOF = StreamOverlay.Frame