summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 70279fa..0d12cdd 100644
--- a/play.js
+++ b/play.js
@@ -832,7 +832,7 @@ function on_log(text) {
)
p.className = "n"
- if (text.startsWith("Moved G"))
+ if (text.startsWith("Moved G") || text.startsWith("Landing Party"))
p.className = "m"
text = text.replace(/&/g, "&")