Jump to content

[General] - Minor chatqueue issue


Some1

Recommended Posts

Bug Submission:

Category: General

Issue Title: Minor chatqueue issue

Issue Description: There is

function ChatQueue:OnMessageReceived(userid, name, message, colour, whisper)

in chatqueue.lua

and the following code:

-- Process Chat username

local username = name ~= "" and name or "Invalid"

I guess, it should use STRINGS.UI.SERVERADMINSCREEN.UNKNOWN_USER_NAME or something similiar to this, instead of the "Invalid" constant.

Steps to Reproduce: See above

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...