mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-14 07:09:06 +00:00
Fixed error where nothing was actually printed due to some JS.
This commit is contained in:
@@ -1005,10 +1005,8 @@ function tickListener(message) {
|
||||
//Update console
|
||||
if (message.c !== undefined) {
|
||||
for (var i = 0; i < message.c.length; i++) {
|
||||
str += message.c[i];
|
||||
terminal.add_text(message.c[i]);
|
||||
}
|
||||
|
||||
terminal.add_text(str);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user