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

@@ -224,4 +224,11 @@ function onLocalPlayerSwitchWeapon(oldWeapon, newWeapon) {
function onCameraProcess(event) {
}
// ===========================================================================
function onChatOutput(event, messageText, colour) {
//event.preventDefault();
//receiveChatBoxMessageFromServer(messageText, colour);
}
// ===========================================================================