mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-09-01 21:34:09 -05:00
Avoid using Count()
This commit is contained in:
@@ -28,7 +28,9 @@ namespace eAmuseTest
|
||||
else if (compress != "none")
|
||||
throw new ArgumentException("Unsupported compression algorithm");
|
||||
|
||||
KBinXML kbinxml = new KBinXML(rawData);
|
||||
Console.WriteLine("GO");
|
||||
|
||||
KBinXML kbinxml = new KBinXML(rawData.ToArray());
|
||||
|
||||
Console.WriteLine(kbinxml);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user