fixes TypeCache lookup speed and errors (#95)
This commit is contained in:
parent
e97d2cb131
commit
f8f372ccb9
26 changed files with 101 additions and 109 deletions
|
|
@ -19,7 +19,7 @@ namespace Server.Gumps
|
|||
Parent = parent;
|
||||
|
||||
if (xml.MoveToAttribute("type"))
|
||||
Type = AssemblyHandler.FindTypeByFullName(xml.Value, false);
|
||||
Type = AssemblyHandler.FindFirstTypeForName(xml.Value, false);
|
||||
|
||||
if (xml.MoveToAttribute("gfx"))
|
||||
ItemID = XmlConvert.ToInt32(xml.Value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue