From 442b48d406877c39fe003d1db5eafbf172f51b6a Mon Sep 17 00:00:00 2001 From: krrios Date: Tue, 24 Apr 2007 04:19:04 +0000 Subject: [PATCH] --- Server/Mobile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );