diff --git a/Server/Mobile.cs b/Server/Mobile.cs index c4ec2593c..aad7aa34e 100644 --- a/Server/Mobile.cs +++ b/Server/Mobile.cs @@ -1465,7 +1465,7 @@ namespace Server public bool BeginAction( object toLock ) { if ( _actions == null ) { - _actions = new ArrayList( 2 ); + _actions = new List( 2 ); _actions.Add( toLock );