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
|
|
@ -282,7 +282,7 @@ namespace Server.Commands
|
|||
int count = bin.ReadInt32();
|
||||
|
||||
for (int i = 0; i < count; ++i)
|
||||
types.Add(AssemblyHandler.FindTypeByFullName(bin.ReadString()));
|
||||
types.Add(AssemblyHandler.FindFirstTypeForName(bin.ReadString()));
|
||||
}
|
||||
|
||||
long total = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue