From 4cf5ea81cc87c33c59bd256bdd6443a2eb0606c4 Mon Sep 17 00:00:00 2001 From: Kevin Ramharak Date: Wed, 3 Jan 2018 22:54:15 +0100 Subject: [PATCH] Fixes #28 Forgot a line there. Still not a clean fix imo --- mar/phaser/mar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mar/phaser/mar.js b/mar/phaser/mar.js index fc453ea..2b70ffa 100644 --- a/mar/phaser/mar.js +++ b/mar/phaser/mar.js @@ -958,7 +958,7 @@ function tickListener(message) { var subLines = lines[i].match(/.{1,40}/g); for (var j = 0; j < subLines.length; j++) { - + tmpBuffer += subLines[j]; //Don't put a newline at the end if (j !== subLines.length - 1) { tmpBuffer += "\n";