fix: Removes from literals (#893)

This commit is contained in:
Kamron Batman 2021-12-24 15:56:07 -08:00 committed by GitHub
parent 63e1b02d93
commit 3cba8c43f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 32 additions and 32 deletions

View file

@ -110,7 +110,7 @@ namespace Server.Misc
{
var from = e.Mobile;
if (@from.Account is not Account acct)
if (from.Account is not Account acct)
{
return;
}