From 443c41c13fead40c0c7701fd3ee77af1364ca52b Mon Sep 17 00:00:00 2001 From: Christopher Tse Date: Tue, 9 Nov 2021 18:36:10 +1100 Subject: [PATCH] Updated to 9.1.5. Also fixed a bug where the name is not cleared if no name found. --- MainFrame.lua | 2 ++ RoleplayChatBubbles.toc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MainFrame.lua b/MainFrame.lua index fcf08c1..3e7400d 100644 --- a/MainFrame.lua +++ b/MainFrame.lua @@ -66,6 +66,8 @@ function RPChatBubbles_createChatBubble() if color then bubble:SetNameColor(color:GetRGB()); end + else + bubble:SetName(""); end end end diff --git a/RoleplayChatBubbles.toc b/RoleplayChatBubbles.toc index 33c6b02..58c0926 100644 --- a/RoleplayChatBubbles.toc +++ b/RoleplayChatBubbles.toc @@ -1,7 +1,7 @@ ## Title: RoleplayChatBubbles ## Version: 1.0 ## Author: Christopher Tse -## Interface: 90100 +## Interface: 90105 ## OptionalDeps: totalRP3 ## SavedVariablesPerCharacter: settings -- 1.7.9.5