When logging into a new character, the streamer will reset its position
Sanluli36li opened this issue ยท 0 comments
Before Start!
Make sure the bug also happen when Details! is the only addon enabled.
Game and Details! version
Details! Version: VCT 13111 RELEASE 11.0.2
Game Version: 11.0.2.56819
Describe the bug
When logging into a new character, the streamer will reset its position and frequently trigger Details:DisablePlugin("DETAILS_PLUGIN_STREAM_OVERLAY")
- lou need to set up the Details Streamer on a character and move it anywhere.
- logout and create a new character, login (login to a character directory without SavedVariable\Details.lua character)
- cast a spell and you will find the streamer returns to its default position
Details_Streamer.lua
Details:DisablePlugin ("DETAILS_PLUGIN_STREAM_OVERLAY")
on line 2446 will be triggered every once in a while
after /reload
will no longer frequently disable the streamer plugin, but since the position has been reset, this will affect all characters using this profile
Lua Error
no any error
Other Information
Details_Streamer.lua
I tried to move lines 2509-2525 to before line 2431 and this problem no longer occurs