diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-10 22:05:39 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-10 22:05:39 +0000 |
commit | 8789c01375061b74fc3919b9f49d497aa944b7b0 (patch) | |
tree | 8517eef4ff2c7f4284af95905cd8b4dee9193bb4 /play.js | |
parent | 3906a65b1e02aa1b60853e3129f1f921f85bf5a6 (diff) | |
download | 1989-dawn-of-freedom-8789c01375061b74fc3919b9f49d497aa944b7b0.tar.gz |
Fix typo
Diffstat (limited to 'play.js')
-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) |