Use normal chat for now

This commit is contained in:
Vortrex
2022-03-11 02:47:59 -06:00
parent 24e70233cb
commit 78330aa4b1
5 changed files with 43 additions and 23 deletions

View File

@@ -46,6 +46,7 @@ function unBindChatBoxKeys() {
// ===========================================================================
function receiveChatBoxMessageFromServer(messageString, colour) {
logToConsole(LOG_DEBUG, `[VRR.ChatBox]: Received chatbox message from server: ${messageString}`);
let colouredString = replaceColoursInMessage(messageString);
if(bottomMessageIndex >= chatBoxHistory.length-1) {