This commit is contained in:
krrios 2007-04-24 04:19:04 +00:00
parent 537e026912
commit 442b48d406

View file

@ -1465,7 +1465,7 @@ namespace Server
public bool BeginAction( object toLock )
{
if ( _actions == null ) {
_actions = new ArrayList( 2 );
_actions = new List<object>( 2 );
_actions.Add( toLock );