mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-04 06:22:58 +00:00
Merge pull request #226 from kevinramharak/fix-client-size-console-buffer-update
fix faulty object property name
This commit is contained in:
commit
cd9e555e86
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user