Removed is_silenced from fallback Sock Chat Auth result.
This commit is contained in:
parent
1cd3a50415
commit
b8437791d6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue