From 78c3f4011e36fbc0a437473518e1e149c8601ae0 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 27 Feb 2024 11:58:30 -0500 Subject: [PATCH] Revert "config: set outage message" This reverts commit 185fb6f24da1bbc161b5b68c69cde21af9909063. --- config.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config.json b/config.json index 6e1bde4ba8d..720e2892540 100644 --- a/config.json +++ b/config.json @@ -15,10 +15,5 @@ "2.1.7", "2.4.2" ], - "updateRollout": 1.0, - "outageMessage": "OldSchool RuneScape is temporarily offline for unplanned maintenance.", - "outageLinks": { - "OSRS Twitter": "https://twitter.com/OldSchoolRS", - "Game Status": "https://secure.runescape.com/m=news/game-status-information-centre?oldschool=1" - } + "updateRollout": 1.0 }