From d6602d1b34916fb9ee8c558b3fb6501bb2c63fe3 Mon Sep 17 00:00:00 2001 From: HF Date: Fri, 15 Jul 2022 23:16:12 +0200 Subject: [PATCH] remove Lugansk redirection --- src/controls/PixelPainterControls.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/controls/PixelPainterControls.js b/src/controls/PixelPainterControls.js index 3057b851..18d95986 100644 --- a/src/controls/PixelPainterControls.js +++ b/src/controls/PixelPainterControls.js @@ -228,14 +228,6 @@ class PixelPlainterControls { const { canvasSize } = state.canvas; const [x, y] = cell; - // Luhansk redirection - if (x > 6937 && y > -10736 && x < 7193 && y < -10463) { - // eslint-disable-next-line eqeqeq - if (state.canvas.canvasId == 0) { - window.location.href = 'https://www.youtube.com/watch?v=--SwH0GCXU8'; - return; - } - } // Gazprom redirection if (x > 2083 && y > -11408 && x < 2282 && y < -11210) { // eslint-disable-next-line eqeqeq