Some1 Posted December 14, 2014 Share Posted December 14, 2014 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 Link to comment https://forums.kleientertainment.com/forums/topic/46342-general-minor-chatqueue-issue/ Share on other sites More sharing options...
Some1 Posted January 14, 2015 Author Share Posted January 14, 2015 Use strings table instead of hardcoded backup value for invalid name in chatqueueThanks. Link to comment https://forums.kleientertainment.com/forums/topic/46342-general-minor-chatqueue-issue/#findComment-601787 Share on other sites More sharing options...
Recommended Posts
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.