Fixed Details! Streamer plugin on Classic versions of the game; Moved a few things in the options panel

This commit is contained in:
Tercio Jose
2023-11-14 13:42:57 -03:00
parent cf80fe5182
commit 448a31671b
5 changed files with 87 additions and 66 deletions
@@ -2358,9 +2358,9 @@ function StreamOverlay:OnEvent (_, event, ...)
local interimPlayerName, playerRealm = UnitFullName ("player")
if(select(4, GetBuildInfo()) >= 100200) then
playerName = interimPlayerName .. '-' .. playerRealm
end
--if(select(4, GetBuildInfo()) >= 100200) then
playerName = interimPlayerName .. '-' .. playerRealm --playerName is an upvalue from the file header
--end
playerName = _G.Details:Ambiguate(playerName)