From 6d21c9e0ddce0a54dc607f766c8b9a7566743741 Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Tue, 29 Dec 2020 14:37:51 +0100 Subject: rainbow text is no more :cry: --- webAO/client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webAO/client.js') diff --git a/webAO/client.js b/webAO/client.js index a45e2b6..60c99b4 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1543,9 +1543,9 @@ class Viewport { "orange", "blue", "yellow", - "rainbow", "pink", - "cyan" + "cyan", + "grey" ]; // Allocate multiple blip audio channels to make blips less jittery -- cgit