Fixes dictionary uses (#7)
This commit is contained in:
parent
d4a52344f2
commit
916d404c51
161 changed files with 1211 additions and 1722 deletions
|
|
@ -17,8 +17,7 @@ namespace Server.Engines.PartySystem
|
|||
|
||||
public static void Start(Mobile m, Mobile leader)
|
||||
{
|
||||
DeclineTimer t = m_Table[m];
|
||||
|
||||
m_Table.TryGetValue(m, out DeclineTimer t);
|
||||
t?.Stop();
|
||||
|
||||
m_Table[m] = t = new DeclineTimer(m, leader);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue