From 6abf6a0044a3c7e9c4ccd7e94dc34ef7eb3f8d5d Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 9 Apr 2020 00:40:11 -0400 Subject: [PATCH] Added testing server option. --- public/_locales/en/messages.json | 9 +++++++++ public/options/options.html | 16 ++++++++++++++++ src/config.ts | 3 +++ src/options.ts | 8 ++++++++ 4 files changed, 36 insertions(+) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 5809054f..d05dcfc6 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -516,5 +516,14 @@ }, "showOverlay": { "message": "Show Overlay On Player" + }, + "enableTestingServer": { + "message": "Enable Beta Testing Server" + }, + "whatEnableTestingServer": { + "message": "Your submissions and votes WILL NOT COUNT towards the main server. Only use this for testing." + }, + "testingServerWarning": { + "message": "All submissions and votes WILL NOT COUNT towards the main server while connecting to the test server. Make sure to disable this when you want to make real submissions." } } diff --git a/public/options/options.html b/public/options/options.html index a4530a02..0a93ad22 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -352,7 +352,23 @@

+ +
+ + +
+
+ +
__MSG_whatEnableTestingServer__
+
+
+