ugly mistakes
This commit is contained in:
parent
ab1f707545
commit
e67388dda3
2 changed files with 2 additions and 2 deletions
|
|
@ -545,7 +545,7 @@ namespace Server
|
|||
public Direction Direction{ get{ return m_Direction; } }
|
||||
public bool Blocked{ get{ return m_Blocked; } set{ m_Blocked = value; } }
|
||||
|
||||
private static Queue m_Pool<MovementEventArgs> = new Queue<MovementEventArgs>();
|
||||
private static Queue<MovementEventArgs> m_Pool = new Queue<MovementEventArgs>();
|
||||
|
||||
public static MovementEventArgs Create( Mobile mobile, Direction dir )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue