Lots of little stuff..

Generics
Misc tweaks/fixes
This commit is contained in:
mark 2006-12-28 19:32:01 +00:00
parent 8da138d6ed
commit 455fa28f48
16 changed files with 99 additions and 219 deletions

View file

@ -368,7 +368,7 @@ namespace Server.Commands.Generic
if ( e.Arguments.Length == 0 )
return;
ArrayList packs = new ArrayList( list.Count );
List<Container> packs = new List<Container>( list.Count );
for ( int i = 0; i < list.Count; ++i )
{