removed initial capacity to List and ArrayList where inappropriate
This commit is contained in:
parent
e15ed963d8
commit
a8acb6bd9d
7 changed files with 100 additions and 110 deletions
|
|
@ -83,7 +83,7 @@ namespace Server.Multis
|
|||
if ( (acct.LastLogin + TimeSpan.FromDays( 90.0 )) < DateTime.Now )
|
||||
return DecayType.Condemned;
|
||||
|
||||
List<BaseHouse> allHouses = new List<BaseHouse>( 2 );
|
||||
List<BaseHouse> allHouses = new List<BaseHouse>();
|
||||
|
||||
for ( int i = 0; i < acct.Length; ++i )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue