chore: Cleans up pattern checks. (#892)
This commit is contained in:
parent
171df32257
commit
63e1b02d93
283 changed files with 587 additions and 702 deletions
|
|
@ -44,7 +44,7 @@ namespace Server.Commands.Generic
|
|||
return; // sanity check
|
||||
}
|
||||
|
||||
if (!(targeted is Container cont))
|
||||
if (targeted is not Container cont)
|
||||
{
|
||||
from.SendMessage("That is not a container.");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue