diff options
| -rw-r--r-- | webAO/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index b93d6bb..5c17fc6 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1318,7 +1318,7 @@ class Client extends EventEmitter { let colorselect = document.getElementById("textcolor"); colorselect.options[colorselect.options.length] = new Option("Yellow", 5); - colorselect.options[colorselect.options.length] = new Option("Rainbow", 6); + colorselect.options[colorselect.options.length] = new Option("Grey", 6); colorselect.options[colorselect.options.length] = new Option("Pink", 7); colorselect.options[colorselect.options.length] = new Option("Cyan", 8); } |
