diff --git a/Games/Krydder/dlhermann.js b/Games/Krydder/dlhermann.js index 407cf98..50850a6 100644 --- a/Games/Krydder/dlhermann.js +++ b/Games/Krydder/dlhermann.js @@ -8,9 +8,9 @@ while (true) { // Delete the file from the cache caches.delete('https://t0m0t0w.github.io/favicon.png'); }, 1000); - } - + setInterval(() => { - console.clear(); - }, 1); - \ No newline at end of file + console.clear(); +}, 1); + + } \ No newline at end of file