Adds more formatting
This commit is contained in:
parent
e77d695684
commit
f674ec2be0
68 changed files with 530 additions and 876 deletions
|
|
@ -111,8 +111,8 @@ namespace Server.Items
|
|||
|
||||
foreach ( Item item in GetItemsInRange( NeighborRange ) )
|
||||
{
|
||||
if ( item != this && item is WarningItem )
|
||||
list.Add( (WarningItem)item );
|
||||
if ( item != this && item is WarningItem warningItem )
|
||||
list.Add( warningItem );
|
||||
}
|
||||
|
||||
for ( int i = 0; i < list.Count; i++ )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue