mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-04 06:22:58 +00:00
fix faulty object property name
This commit is contained in:
parent
ac27250f98
commit
7c0187f514
@ -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