Fixed Details! Streamer plugin on Classic versions of the game; Moved a few things in the options panel
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user