Lots of little stuff..
Generics Misc tweaks/fixes
This commit is contained in:
parent
8da138d6ed
commit
455fa28f48
16 changed files with 99 additions and 219 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue