From 2e464e307d07794b4efbd381d35bf184b4968760 Mon Sep 17 00:00:00 2001 From: TLSM Date: Fri, 23 Sep 2022 17:47:32 -0400 Subject: [PATCH] Make forced banned hat respect unban_utc. --- files/helpers/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index ec462d269..0688a0d0b 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1088,6 +1088,6 @@ forced_hats = { "owoify": ("Cat Ears (wiggly)", "Nuzzles, pounces on you, UwU, you're so warm!.."), "earlylife": ("The Merchant", "SHUT IT DOWN, the goys know!"), "marsify": ("Marsified", "I can't pick my own Marseys, help!"), - "is_banned": ("Behind Bars", "This user is banned and needs to do better!"), + "is_suspended": ("Behind Bars", "This user is banned and needs to do better!"), "agendaposter": ("Egg_irl", "This user is getting in touch with xir identity!") -} \ No newline at end of file +}