fix: Removes from literals (#893)
This commit is contained in:
parent
63e1b02d93
commit
3cba8c43f8
26 changed files with 32 additions and 32 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue