Merge pull request #226 from kevinramharak/fix-client-size-console-buffer-update

fix faulty object property name
This commit is contained in:
simon987 2020-07-27 13:06:32 -04:00 committed by GitHub
commit cd9e555e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ class TickListener implements MessageListener {
}
//Update console screen
if (message.c != undefined) {
if (message.console_message_buffer != undefined) {
mar.client.consoleScreen.handleConsoleBufferUpdate(
message.console_message_buffer,
message.console_mode as ConsoleMode);