1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Get rid of old beta mode

This commit is contained in:
tobspr
2020-05-24 19:55:09 +02:00
parent 050466df19
commit 20b46325b6
4 changed files with 1 additions and 22 deletions

View File

@@ -3,13 +3,8 @@ const options = queryString.parse(location.search);
export let queryParamOptions = {
embedProvider: null,
betaMode: null,
};
if (options.embed) {
queryParamOptions.embedProvider = options.embed;
}
if (!G_IS_RELEASE && options.betamode) {
queryParamOptions.betaMode = true;
}