From adabd5f0b2d7326958126dc960bf4ef09c9a4e4f Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Wed, 7 Jul 2021 17:01:51 +0200 Subject: Update! --- race/pause.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'race/pause.js') diff --git a/race/pause.js b/race/pause.js index d1ee002..92a78a6 100644 --- a/race/pause.js +++ b/race/pause.js @@ -27,7 +27,6 @@ startHooks.push(() => { paused = true; document.getElementById('box').classList.add('paused'); $("#paused").show(); - $("#credits").show(); } else { if (location.search === "?sp") { require('@electron/remote').getCurrentWindow().dstate = lang.discord.game[0]; @@ -53,7 +52,6 @@ startHooks.push(() => { paused = false; document.getElementById('box').classList.remove('paused'); $("#paused").hide(); - $("#credits").hide(); } } -- cgit