Fixes dictionary uses (#7)
This commit is contained in:
parent
d4a52344f2
commit
916d404c51
161 changed files with 1211 additions and 1722 deletions
|
|
@ -1529,7 +1529,7 @@ namespace Server.Items
|
|||
!(nearest is Cobbler && mob is Provisioner))
|
||||
continue;
|
||||
|
||||
if (m_AcquireTable[mob.GetType()] is FillableContent check)
|
||||
if (m_AcquireTable.TryGetValue(mob.GetType(), out FillableContent check))
|
||||
{
|
||||
nearest = mob;
|
||||
content = check;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue