From 886b254e1bde8179922fcf1b20e194e3711b3eff Mon Sep 17 00:00:00 2001 From: Gahx Date: Thu, 28 Aug 2025 10:49:13 -0400 Subject: [PATCH] Update mc-status-js --- mc-status-js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mc-status-js b/mc-status-js index f1ba56e..977cab8 100644 --- a/mc-status-js +++ b/mc-status-js @@ -81,6 +81,8 @@ `; } catch (err) { console.error("Error fetching server status:", err); + } + statusBox.innerHTML = `API unreachable`; } }