Skip to content

Commit

Permalink
nvm I lied
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmental committed Aug 22, 2023
1 parent f42f156 commit 6330b41
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,7 @@ function Channel:Message(Message : string, Metadata : table?, IsPrivateMessage :
ImageLabel.BackgroundTransparency = 1
ImageLabel.Image = "rbxthumb://type=Asset&id="..(Metadata.Tag.Icon).."&w=420&h=420"
ImageLabel.Name = "TAG_ICON"
ImageLabel.AnchorPoint = Vector2.new(0, 1);
ImageLabel.Position = UDim2.fromScale(0, 1);


StringRenderer:AddGroup("TagIcon", {ImageLabel}, Settings.MessageFont);
ImageLabel.Parent = MainFrame
elseif (Settings.DisplayRobloxIcons) then
Expand All @@ -437,8 +435,6 @@ function Channel:Message(Message : string, Metadata : table?, IsPrivateMessage :
ImageLabel.BackgroundTransparency = 1
ImageLabel.Image = RobloxIcon
ImageLabel.Name = "ROBLOX_ICON"
ImageLabel.AnchorPoint = Vector2.new(0, 1);
ImageLabel.Position = UDim2.fromScale(0, 1);

StringRenderer:AddGroup("RobloxIcon", {ImageLabel}, Settings.MessageFont);
ImageLabel.Parent = MainFrame
Expand Down

0 comments on commit 6330b41

Please sign in to comment.