mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-09-08 16:35:15 -05:00
Stop using LINQ entirely, it's horribly slow.
This commit is contained in:
@@ -32,6 +32,10 @@ namespace eAmuseTest
|
||||
|
||||
KBinXML kbinxml = new KBinXML(rawData.ToArray());
|
||||
|
||||
kbinxml = new KBinXML(kbinxml.Document);
|
||||
|
||||
kbinxml = new KBinXML(kbinxml.Bytes);
|
||||
|
||||
Console.WriteLine(kbinxml);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user