From b8437791d6d64a725db338dcd490df26036bce46 Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 23 Jul 2023 21:14:26 +0000 Subject: [PATCH] Removed is_silenced from fallback Sock Chat Auth result. --- src/ChatAuth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ChatAuth.php b/src/ChatAuth.php index afdf1cb..e024b65 100644 --- a/src/ChatAuth.php +++ b/src/ChatAuth.php @@ -47,7 +47,6 @@ final class ChatAuth { $userInfo->colour_raw = 0x40000000; $userInfo->rank = 0; $userInfo->hierarchy = 0; - $userInfo->is_silenced = '1970-01-01T00:00:00+00:00'; $userInfo->perms = 0; $userInfo->mc_username = null; $userInfo->mc_whitelisted = 0;