diff --git a/game/static/game/js/game.js b/game/static/game/js/game.js index 0709d5118..be1fae43e 100644 --- a/game/static/game/js/game.js +++ b/game/static/game/js/game.js @@ -1378,7 +1378,7 @@ function restoreCmsLogin () { } function hasFunctionalCookiesConsent() { - return OnetrustActiveGroups && OnetrustActiveGroups.split(',').includes('CL003') + return OnetrustActiveGroups && OnetrustActiveGroups.split(',').includes('C0003') } function setMutedCookie(mute) {