This commit is contained in:
parent
537e026912
commit
442b48d406
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue