diff options
-rw-r--r-- | play.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -926,7 +926,7 @@ function on_log(text, ix) { text = text.replace(/£[CD][CU]\b/g, sub_icon) text = text.replace(/\.cT(\d+)/g, sub_icon) text = text.replace(/\.dT(\d+)/g, sub_icon) - text = text.replace(/.to/g, sub_arrow) + text = text.replace(/\.to/g, sub_arrow) if (text.match(/^\.h1/)) { text = text.substring(4) |