Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/manups4e/ScaleformUI
Browse files Browse the repository at this point in the history
  • Loading branch information
manups4e committed Aug 30, 2024
2 parents 14862eb + 6e8522e commit 5ca8683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function MultiplayerChat:Show()
end

function MultiplayerChat:StartTyping(scopeType, scopeText)
self:SetFocus(ChatVisible.Typing, scopeType, scopeText, GetPlayerName(PlayerId()), HudColours.White)
self:SetFocus(ChatVisible.Typing, scopeType, scopeText, GetPlayerName(PlayerId()), HudColours.HUD_COLOUR_WHITE)
end

---Scroll the chat up
Expand Down

0 comments on commit 5ca8683

Please sign in to comment.