From 8342ef0cb3dc9ba5a1ba500c07bc96ba5667047a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 5 Aug 2024 01:46:20 +0200 Subject: stuff --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') 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, "&") -- cgit v1.2.3