Skip to content

Commit

Permalink
revert: added back FormatUserName to whisper windows. appears as thou…
Browse files Browse the repository at this point in the history
…gh the space was the issue but that is now being filtered out. We'll see if this creates any screaming.
  • Loading branch information
Pazza committed Sep 19, 2019
1 parent bf509d4 commit 0cc6acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/WhisperEngine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ local function getWhisperWindowByUser(user, isBN, bnID)
end
else
user = string.gsub(user," ","") -- Drii: WoW build15050 whisper bug for x-realm server with space
-- user = FormatUserName(user);
user = FormatUserName(user);
end
if(not user or user == "") then
-- if invalid user, then return nil;
Expand Down

0 comments on commit 0cc6acb

Please sign in to comment.