Fixed chat system

This commit is contained in:
Vortrex
2022-03-29 21:05:07 -05:00
parent d02def641d
commit 351ac19801
2 changed files with 7 additions and 9 deletions

View File

@@ -220,18 +220,13 @@ function onFocus(event) {
// ===========================================================================
function onLocalPlayerSwitchWeapon(oldWeapon, newWeapon) {
}
// ===========================================================================
function onCameraProcess(event) {
}
// ===========================================================================
function onChatOutput(event, messageText, colour) {
//event.preventDefault();
//receiveChatBoxMessageFromServer(messageText, colour);
}
// ===========================================================================